diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 20:00:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 23:49:27 +0200 |
commit | aa9966c05405006588c07f288b92b0553473bf25 (patch) | |
tree | 8f49b3f2d1a667f9d4b37927cdf3810a01b0ac8f /x11-misc/sddm | |
parent | Revert "app-misc/qtxdg-tools: add slot operator on qtbase" (diff) | |
download | qt-aa9966c05405006588c07f288b92b0553473bf25.tar.gz qt-aa9966c05405006588c07f288b92b0553473bf25.tar.bz2 qt-aa9966c05405006588c07f288b92b0553473bf25.zip |
x11-misc/sddm: re-add optfeature advertise weston[kiosk]
Bug: https://bugs.gentoo.org/935166
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/sddm')
-rw-r--r-- | x11-misc/sddm/sddm-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 } |