mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-base/xwayland: drop systemd option from live again for now
meh. Bug: https://bugs.gentoo.org/908254 Closes: https://bugs.gentoo.org/921357 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
||||
DESCRIPTION="Standalone X server running under Wayland"
|
||||
HOMEPAGE="https://wayland.freedesktop.org/xserver.html"
|
||||
|
||||
IUSE="libei selinux systemd video_cards_nvidia unwind xcsecurity"
|
||||
IUSE="libei selinux video_cards_nvidia unwind xcsecurity"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@@ -41,7 +41,6 @@ COMMON_DEPEND="
|
||||
>=x11-misc/xkeyboard-config-2.4.1-r3
|
||||
|
||||
libei? ( dev-libs/libei )
|
||||
systemd? ( sys-apps/systemd )
|
||||
unwind? ( sys-libs/libunwind )
|
||||
video_cards_nvidia? ( gui-libs/egl-wayland )
|
||||
"
|
||||
@@ -69,7 +68,6 @@ PATCHES=(
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use selinux xselinux)
|
||||
$(meson_use systemd)
|
||||
$(meson_use unwind libunwind)
|
||||
$(meson_use xcsecurity)
|
||||
$(meson_use video_cards_nvidia xwayland_eglstream)
|
||||
|
||||
Reference in New Issue
Block a user