commit:     aa9966c05405006588c07f288b92b0553473bf25
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 18:00:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 21:49:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=aa9966c0

x11-misc/sddm: re-add optfeature advertise weston[kiosk]

Bug: https://bugs.gentoo.org/935166
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 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
 }

Reply via email to