sddm: source ./conf
E.g.: To set a different locale than systems locale.
This commit is contained in:
parent
b4310de728
commit
ab76b481a1
2 changed files with 3 additions and 1 deletions
|
@ -12,4 +12,6 @@ fi
|
|||
# respect system locale
|
||||
[ -r /etc/locale.conf ] && . /etc/locale.conf && export LANG
|
||||
|
||||
[ -f ./conf ] && . ./conf
|
||||
|
||||
exec sddm 2>&1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sddm'
|
||||
pkgname=sddm
|
||||
version=0.18.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1
|
||||
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue