From: Matt Turner Date: Wed, 25 Jan 2017 19:44:53 +0000 (-0800) Subject: media-libs/mesa: Restore removal of vulkan headers. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=db83c4e40554d0defc4165063bb20875eab98b4a;p=gentoo.git media-libs/mesa: Restore removal of vulkan headers. Hopefully the next rc will not require this. --- diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild index 2268df1cdccb..735dd56f2fe0 100644 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild @@ -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() {