mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/mesa: Restore removal of vulkan headers.
Hopefully the next rc will not require this.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user