summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-09-10 17:19:11 -0400
committerMike Gilbert <floppym@gentoo.org>2023-09-10 17:19:11 -0400
commit1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476 (patch)
tree21be7bcc0f6d687b9d36bb27d6a3388b0f7e76be /x11-misc
parentdev-libs/gjs: Version bump to 1.77.90 (diff)
downloadgentoo-1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476.tar.gz
gentoo-1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476.tar.bz2
gentoo-1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476.zip
x11-misc/sddm: allow the user to set SDDM_INITIAL_VT
Closes: https://bugs.gentoo.org/913898 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/sddm/sddm-0.20.0-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}