commit:     eaf48549238f0f1ae9e5d0c9a2d297605740584a
Author:     Brett Alcox <brettalcox <AT> gmail <DOT> com>
AuthorDate: Fri Mar 22 00:09:30 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 01:41:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf48549

x11-base/xwayland: Remove VIDEO_CARDS=nvidia

Closes: https://bugs.gentoo.org/927293
Closes: https://github.com/gentoo/gentoo/pull/35859
Signed-off-by: Brett Alcox <brettalcox <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-base/xwayland/xwayland-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11-base/xwayland/xwayland-9999.ebuild 
b/x11-base/xwayland/xwayland-9999.ebuild
index 03adecb51898..4e3e6885bf93 100644
--- a/x11-base/xwayland/xwayland-9999.ebuild
+++ b/x11-base/xwayland/xwayland-9999.ebuild
@@ -16,7 +16,7 @@ fi
 DESCRIPTION="Standalone X server running under Wayland"
 HOMEPAGE="https://wayland.freedesktop.org/xserver.html";
 
-IUSE="libei selinux video_cards_nvidia unwind xcsecurity"
+IUSE="libei selinux unwind xcsecurity"
 
 LICENSE="MIT"
 SLOT="0"
@@ -42,7 +42,6 @@ COMMON_DEPEND="
 
        libei? ( dev-libs/libei )
        unwind? ( sys-libs/libunwind )
-       video_cards_nvidia? ( gui-libs/egl-wayland )
 "
 DEPEND="
        ${COMMON_DEPEND}
@@ -70,7 +69,6 @@ src_configure() {
                $(meson_use selinux xselinux)
                $(meson_use unwind libunwind)
                $(meson_use xcsecurity)
-               $(meson_use video_cards_nvidia xwayland_eglstream)
                -Ddpms=true
                -Ddri3=true
                -Ddrm=true

Reply via email to