mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
sddm: add /etc/sddm.conf as conf_file.
This commit is contained in:
parent
ce11ad3286
commit
f0f6f76ae5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sddm'
|
# Template file for 'sddm'
|
||||||
pkgname=sddm
|
pkgname=sddm
|
||||||
version=0.14.0
|
version=0.14.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DLOGIN_DEFS_PATH=/etc/login.defs"
|
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DLOGIN_DEFS_PATH=/etc/login.defs"
|
||||||
hostmakedepends="cmake extra-cmake-modules pkg-config python-docutils"
|
hostmakedepends="cmake extra-cmake-modules pkg-config python-docutils"
|
||||||
|
@ -17,6 +17,7 @@ system_accounts="sddm"
|
||||||
sddm_homedir="/var/lib/sddm"
|
sddm_homedir="/var/lib/sddm"
|
||||||
sddm_groups="video"
|
sddm_groups="video"
|
||||||
conf_files="
|
conf_files="
|
||||||
|
/etc/sddm.conf
|
||||||
/etc/pam.d/sddm
|
/etc/pam.d/sddm
|
||||||
/etc/pam.d/sddm-greeter
|
/etc/pam.d/sddm-greeter
|
||||||
/etc/pam.d/sddm-autologin"
|
/etc/pam.d/sddm-autologin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue