summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-21 20:15:43 -0700
committerMatt Turner <mattst88@gentoo.org>2021-11-19 14:48:55 -0800
commit3b427b172eff98ea3af0a06c50153833eca786cf (patch)
treefc4960eb0e0bca8cf378fb54150eb8c09232694f /media-libs
parentmedia-libs/mesa: Remove IUSE=egl (diff)
downloadgentoo-3b427b172eff98ea3af0a06c50153833eca786cf.tar.gz
gentoo-3b427b172eff98ea3af0a06c50153833eca786cf.tar.bz2
gentoo-3b427b172eff98ea3af0a06c50153833eca786cf.zip
media-libs/mesa: Remove IUSE=gbm
Enabled by default for years. There's not a sensible reason to disable this. Closes: https://github.com/gentoo/gentoo/pull/21742 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 5f89824a189e..47b93133f0dc 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -33,7 +33,7 @@ for card in ${VIDEO_CARDS}; do
done
IUSE="${IUSE_VIDEO_CARDS}
- +classic cpu_flags_x86_sse2 d3d9 debug +gallium +gbm gles1 +gles2 +llvm
+ +classic cpu_flags_x86_sse2 d3d9 debug +gallium gles1 +gles2 +llvm
lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan
vulkan-overlay wayland +X xa xvmc zink +zstd"
@@ -42,7 +42,6 @@ REQUIRED_USE="
osmesa? ( gallium )
vulkan? ( video_cards_radeonsi? ( llvm ) )
vulkan-overlay? ( vulkan )
- wayland? ( gbm )
video_cards_crocus? ( gallium )
video_cards_freedreno? ( gallium )
video_cards_intel? ( classic )
@@ -62,7 +61,7 @@ REQUIRED_USE="
video_cards_v3d? ( gallium )
video_cards_vc4? ( gallium )
video_cards_virgl? ( gallium )
- video_cards_vivante? ( gallium gbm )
+ video_cards_vivante? ( gallium )
video_cards_vmware? ( gallium )
xa? ( X )
xvmc? ( X )
@@ -505,8 +504,8 @@ multilib_src_configure() {
-Dshared-glapi=enabled
-Ddri3=enabled
-Degl=true
+ -Dgbm=true
-Dglvnd=true
- $(meson_feature gbm)
$(meson_feature gles1)
$(meson_feature gles2)
$(meson_use osmesa)