commit: 2520c11d0de89e908aa68c082daa8cabdd9e5dcf Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Dec 10 06:59:14 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Dec 10 06:59:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2520c11d
media-libs/mesa: Use --disable-opencl-icd for now Bug: https://bugs.gentoo.org/638322 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 282412f4fc3..7264f8d4d2f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -400,6 +400,7 @@ multilib_src_configure() { $(use_enable unwind libunwind) \ --enable-valgrind=$(usex valgrind auto no) \ --enable-llvm-shared-libs \ + --disable-opencl-icd \ --with-dri-drivers=${DRI_DRIVERS} \ --with-gallium-drivers=${GALLIUM_DRIVERS} \ --with-vulkan-drivers=${VULKAN_DRIVERS} \
