mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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:
parent
beb2fb558f
commit
eaf3ee73a1
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'sddm'
|
# Template file for 'sddm'
|
||||||
pkgname=sddm
|
pkgname=sddm
|
||||||
version=0.20.0
|
version=0.20.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_MAN_PAGES=ON -DNO_SYSTEMD=ON -DUSE_ELOGIND=ON
|
configure_args="-DBUILD_MAN_PAGES=ON -DNO_SYSTEMD=ON -DUSE_ELOGIND=ON
|
||||||
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
-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"
|
hostmakedepends="extra-cmake-modules pkg-config python3-docutils"
|
||||||
makedepends="qt5-declarative-devel qt5-tools-devel pam-devel elogind-devel"
|
makedepends="qt5-declarative-devel qt5-tools-devel pam-devel elogind-devel"
|
||||||
depends="dbus"
|
depends="dbus"
|
||||||
|
|
Loading…
Add table
Reference in a new issue