diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-12-09 22:59:14 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-12-09 22:59:47 -0800 |
commit | 2520c11d0de89e908aa68c082daa8cabdd9e5dcf (patch) | |
tree | 869b1a567e9ec4ad70b96b17231d5eed9d8bc47d /media-libs | |
parent | dev-ruby/capistrano: add 3.10.1 (diff) | |
download | gentoo-2520c11d0de89e908aa68c082daa8cabdd9e5dcf.tar.gz gentoo-2520c11d0de89e908aa68c082daa8cabdd9e5dcf.tar.bz2 gentoo-2520c11d0de89e908aa68c082daa8cabdd9e5dcf.zip |
media-libs/mesa: Use --disable-opencl-icd for now
Bug: https://bugs.gentoo.org/638322
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 282412f4fc38..7264f8d4d2fa 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} \ |