diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 20:00:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 20:04:26 +0200 |
commit | c6c197ff4e1350d3d63a6e95064307e6cfe9e475 (patch) | |
tree | 5dc9ef6217dd4adb31957d211b94085223fd8e4b /x11-misc | |
parent | sys-kernel/linux-firmware: fix USE=initramfs in live, sync live (diff) | |
download | gentoo-c6c197ff4e1350d3d63a6e95064307e6cfe9e475.tar.gz gentoo-c6c197ff4e1350d3d63a6e95064307e6cfe9e475.tar.bz2 gentoo-c6c197ff4e1350d3d63a6e95064307e6cfe9e475.zip |
x11-misc/sddm: re-add optfeature to p20240302, advertise weston[kiosk]
Closes: https://bugs.gentoo.org/935166
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/sddm/sddm-0.21.0.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/sddm/sddm-0.21.0_p20240302.ebuild | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/sddm/sddm-0.21.0.ebuild b/x11-misc/sddm/sddm-0.21.0.ebuild index 6aa0a5118fe9..ca86d169665e 100644 --- a/x11-misc/sddm/sddm-0.21.0.ebuild +++ b/x11-misc/sddm/sddm-0.21.0.ebuild @@ -145,8 +145,8 @@ pkg_postinst() { elog " to the troubleshooting section." fi - optfeature "Weston DisplayServer support (EXPERIMENTAL)" dev-libs/weston - optfeature "KWin DisplayServer support (EXPERIMENTAL)" kde-plasma/kwin + optfeature "Weston DisplayServer support (EXPERIMENTAL)" "dev-libs/weston[kiosk]" + optfeature "KWin DisplayServer support (EXPERIMENTAL)" "kde-plasma/kwin" systemd_reenable sddm.service } diff --git a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild index 3b25d24a2128..cbd285b4fbaa 100644 --- a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild +++ b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild @@ -15,7 +15,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" @@ -144,5 +144,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 } |