diff options
author | Brett Alcox <brettalcox@gmail.com> | 2024-03-21 19:09:30 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-21 21:41:25 -0400 |
commit | eaf48549238f0f1ae9e5d0c9a2d297605740584a (patch) | |
tree | 044633bbb1c87647104c2750be43313bf58bf5fa /x11-base/xwayland | |
parent | x11-base/xwayland: Update patch (diff) | |
download | gentoo-eaf48549238f0f1ae9e5d0c9a2d297605740584a.tar.gz gentoo-eaf48549238f0f1ae9e5d0c9a2d297605740584a.tar.bz2 gentoo-eaf48549238f0f1ae9e5d0c9a2d297605740584a.zip |
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@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base/xwayland')
-rw-r--r-- | x11-base/xwayland/xwayland-9999.ebuild | 4 |
1 files changed, 1 insertions, 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 |