From aa9966c05405006588c07f288b92b0553473bf25 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 1 Jul 2024 20:00:52 +0200 Subject: x11-misc/sddm: re-add optfeature advertise weston[kiosk] Bug: https://bugs.gentoo.org/935166 Signed-off-by: Andreas Sturmlechner --- x11-misc/sddm/sddm-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index e5d80033..1551bfb0 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -13,7 +13,7 @@ else fi QTMIN=6.7.1 -inherit cmake linux-info pam systemd tmpfiles +inherit cmake linux-info optfeature pam systemd tmpfiles DESCRIPTION="Simple Desktop Display Manager" HOMEPAGE="https://github.com/sddm/sddm" @@ -142,5 +142,8 @@ pkg_postinst() { elog " to the troubleshooting section." fi + optfeature "Weston DisplayServer support (EXPERIMENTAL)" "dev-libs/weston[kiosk]" + optfeature "KWin DisplayServer support (EXPERIMENTAL)" "kde-plasma/kwin" + systemd_reenable sddm.service } -- cgit v1.2.3-65-gdbad