summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-01-25 11:44:53 -0800
committerMatt Turner <mattst88@gentoo.org>2017-01-25 11:45:41 -0800
commitdb83c4e40554d0defc4165063bb20875eab98b4a (patch)
tree5bacd62b60ca8915fbf84d9da4374fb78700f538 /media-libs
parentdev-util/rebar: version bump to 2.6.4 (fixes bug 607120) (diff)
downloadgentoo-db83c4e40554d0defc4165063bb20875eab98b4a.tar.gz
gentoo-db83c4e40554d0defc4165063bb20875eab98b4a.tar.bz2
gentoo-db83c4e40554d0defc4165063bb20875eab98b4a.zip
media-libs/mesa: Restore removal of vulkan headers.
Hopefully the next rc will not require this.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-17.0.0_rc2.ebuild5
1 files changed, 5 insertions, 0 deletions
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() {