media-libs/mesa: Restore removal of vulkan headers.

Hopefully the next rc will not require this.
This commit is contained in:
Matt Turner
2017-01-25 11:44:53 -08:00
parent bf7c20bc2e
commit db83c4e405

View File

@@ -384,6 +384,11 @@ multilib_src_install_all() {
# Install config file for eselect mesa
insinto /usr/share/mesa
newins "${FILESDIR}/eselect-mesa.conf.9.2" eselect-mesa.conf
# Mesa should not install these
if use vulkan; then
rm "${ED}"/usr/include/vulkan/{vulkan.h,vk_platform.h} || die
fi
}
multilib_src_test() {