commit:     1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 21:19:11 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 21:19:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b55ff51

x11-misc/sddm: allow the user to set SDDM_INITIAL_VT

Closes: https://bugs.gentoo.org/913898
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 x11-misc/sddm/sddm-0.20.0-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-misc/sddm/sddm-0.20.0-r1.ebuild 
b/x11-misc/sddm/sddm-0.20.0-r1.ebuild
index 691c947bfa3d..29b964e4141c 100644
--- a/x11-misc/sddm/sddm-0.20.0-r1.ebuild
+++ b/x11-misc/sddm/sddm-0.20.0-r1.ebuild
@@ -97,6 +97,8 @@ src_configure() {
                -DSYSTEMD_TMPFILES_DIR="/usr/lib/tmpfiles.d"
                -DNO_SYSTEMD=$(usex !systemd)
                -DUSE_ELOGIND=$(usex elogind)
+               # User can override this, bug 913898.
+               -DSDDM_INITIAL_VT="${SDDM_INITIAL_VT:-1}"
        )
        cmake_src_configure
 }

Reply via email to