commit:     274f473ce079aef2a7c720e6d7be71c3bce6535b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 12:43:29 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May 16 14:16:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274f473c

x11-base/xwayland: Readd IUSE=systemd

This reverts commit 106b87fb06e821743267964c8d36be01d4c44739.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

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

Reply via email to