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: Wed, 19 Feb 2020 18:27:07
Message-Id: 1582136805.83541cb2bb029fc1770632924386f2ba5954f352.mattst88@gentoo
1 commit: 83541cb2bb029fc1770632924386f2ba5954f352
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 19 18:20:25 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 18:26:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83541cb2
7
8 media-libs/mesa: Add IUSE=+zstd
9
10 Closes: https://bugs.gentoo.org/709744
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-libs/mesa/mesa-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index 5bec3f52d10..4710eca2f2d 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -37,7 +37,7 @@ done
21 IUSE="${IUSE_VIDEO_CARDS}
22 +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm
23 lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan
24 - vulkan-overlay wayland +X xa xvmc"
25 + vulkan-overlay wayland +X xa xvmc +zstd"
26
27 REQUIRED_USE="
28 d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
29 @@ -128,6 +128,7 @@ RDEPEND="
30 >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}]
31 x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
32 )
33 + zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )
34 "
35 for card in ${RADEON_CARDS}; do
36 RDEPEND="${RDEPEND}
37 @@ -482,6 +483,7 @@ multilib_src_configure() {
38 $(meson_use gles2)
39 $(meson_use libglvnd glvnd)
40 $(meson_use selinux)
41 + $(meson_use zstd)
42 -Dvalgrind=$(usex valgrind auto false)
43 -Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}")
44 -Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")