diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-16 08:43:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-16 10:16:02 -0400 |
commit | 274f473ce079aef2a7c720e6d7be71c3bce6535b (patch) | |
tree | 12cda63583cfb6f0b23f0b42d2fe4d233dbe8290 /x11-base | |
parent | dev-cpp/eigen: drop broken 3.4.9999 ebuild (diff) | |
download | gentoo-274f473ce079aef2a7c720e6d7be71c3bce6535b.tar.gz gentoo-274f473ce079aef2a7c720e6d7be71c3bce6535b.tar.bz2 gentoo-274f473ce079aef2a7c720e6d7be71c3bce6535b.zip |
x11-base/xwayland: Readd IUSE=systemd
This reverts commit 106b87fb06e821743267964c8d36be01d4c44739.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xwayland/xwayland-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index 4c325088c840..1c977e003b8d 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://wayland.freedesktop.org/xserver.html" LICENSE="MIT" SLOT="0" -IUSE="libei selinux unwind xcsecurity" +IUSE="libei selinux systemd unwind xcsecurity" COMMON_DEPEND=" dev-libs/libbsd @@ -41,6 +41,7 @@ COMMON_DEPEND=" >=x11-misc/xkeyboard-config-2.4.1-r3 libei? ( dev-libs/libei ) + systemd? ( sys-apps/systemd ) unwind? ( sys-libs/libunwind ) " DEPEND=" @@ -67,6 +68,7 @@ PATCHES=( src_configure() { local emesonargs=( $(meson_use selinux xselinux) + $(meson_use systemd systemd_notify) $(meson_use unwind libunwind) $(meson_use xcsecurity) -Ddpms=true |