diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-07 16:26:52 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-07 16:26:52 -0800 |
commit | 6a770860c347a92a246c3df5297725ef0871a83e (patch) | |
tree | 3cbc2d2bbb69f1a6045cf6ee2550e3e35193d414 /media-libs | |
parent | media-libs/waffle: Never build tests, since RESTRICT=test (diff) | |
download | gentoo-6a770860c347a92a246c3df5297725ef0871a83e.tar.gz gentoo-6a770860c347a92a246c3df5297725ef0871a83e.tar.bz2 gentoo-6a770860c347a92a246c3df5297725ef0871a83e.zip |
media-libs/mesa: Enable IUSE=libglvnd by default
Since I removed the use.stable.mask, and stable xorg-server has
IUSE=+libglvnd, so do all versions of Mesa.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-19.2.8.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-19.3.4.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-20.0.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-19.2.8.ebuild b/media-libs/mesa/mesa-19.2.8.ebuild index 5b6f69890c4d..1dacc82e46a5 100644 --- a/media-libs/mesa/mesa-19.2.8.ebuild +++ b/media-libs/mesa/mesa-19.2.8.ebuild @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm-sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland +X xa xvmc" diff --git a/media-libs/mesa/mesa-19.3.4.ebuild b/media-libs/mesa/mesa-19.3.4.ebuild index 55c164284509..b75bec2b90dc 100644 --- a/media-libs/mesa/mesa-19.3.4.ebuild +++ b/media-libs/mesa/mesa-19.3.4.ebuild @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm-sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland +X xa xvmc" diff --git a/media-libs/mesa/mesa-20.0.0.ebuild b/media-libs/mesa/mesa-20.0.0.ebuild index d02cf2adf0b5..b7e1f507aed5 100644 --- a/media-libs/mesa/mesa-20.0.0.ebuild +++ b/media-libs/mesa/mesa-20.0.0.ebuild @@ -35,7 +35,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland +X xa xvmc +zstd" |