Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sun, 10 Dec 2017 07:00:17
Message-Id: 1512889187.2520c11d0de89e908aa68c082daa8cabdd9e5dcf.mattst88@gentoo
1 commit: 2520c11d0de89e908aa68c082daa8cabdd9e5dcf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 06:59:14 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 06:59:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2520c11d
7
8 media-libs/mesa: Use --disable-opencl-icd for now
9
10 Bug: https://bugs.gentoo.org/638322
11
12 media-libs/mesa/mesa-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 282412f4fc3..7264f8d4d2f 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -400,6 +400,7 @@ multilib_src_configure() {
20 $(use_enable unwind libunwind) \
21 --enable-valgrind=$(usex valgrind auto no) \
22 --enable-llvm-shared-libs \
23 + --disable-opencl-icd \
24 --with-dri-drivers=${DRI_DRIVERS} \
25 --with-gallium-drivers=${GALLIUM_DRIVERS} \
26 --with-vulkan-drivers=${VULKAN_DRIVERS} \