commit:     3b427b172eff98ea3af0a06c50153833eca786cf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 03:15:43 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 22:48:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b427b17

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 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 7 +++----
 1 file 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)

Reply via email to