sddm: set SDDM_INITIAL_VT to 7

Needed to get SDDM working in Wayland
vt 1 through 6 are used by agtty in most void installations
This commit is contained in:
John 2024-02-06 17:31:32 +01:00
parent beb2fb558f
commit eaf3ee73a1
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'sddm'
pkgname=sddm
version=0.20.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_MAN_PAGES=ON -DNO_SYSTEMD=ON -DUSE_ELOGIND=ON
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf"
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf
-DSDDM_INITIAL_VT=7"
hostmakedepends="extra-cmake-modules pkg-config python3-docutils"
makedepends="qt5-declarative-devel qt5-tools-devel pam-devel elogind-devel"
depends="dbus"