commit: 870fb57a1a51f161b3074cd16d68cd1b75810362
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 23:52:49 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 23:53:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870fb57a
media-libs/mesa: Readd forgotten USE=debug
media-libs/mesa/mesa-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 73bba1fe278..1a11d453698 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -378,6 +378,7 @@ multilib_src_configure() {
-Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}")
-Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")
-Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}")
+ --buildtype $(usex debug debug plain)
)
meson_src_configure
}