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:
Sam James
2024-01-05 06:41:13 +00:00
parent c2acfc873a
commit 106b87fb06

View File

@@ -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)