mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xdm: add more conf_files
This commit is contained in:
parent
0d0044a528
commit
8eb1ee9395
1 changed files with 6 additions and 2 deletions
|
@ -1,14 +1,18 @@
|
||||||
# Template file for 'xdm'
|
# Template file for 'xdm'
|
||||||
pkgname=xdm
|
pkgname=xdm
|
||||||
version=1.1.12
|
version=1.1.12
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-random-device=/dev/urandom
|
configure_args="--with-random-device=/dev/urandom
|
||||||
--with-utmp-file=/var/run/utmp
|
--with-utmp-file=/var/run/utmp
|
||||||
--with-wtmp-file=/var/log/wtmp
|
--with-wtmp-file=/var/log/wtmp
|
||||||
--with-xdmconfigdir=/etc/X11/xdm
|
--with-xdmconfigdir=/etc/X11/xdm
|
||||||
--with-pam"
|
--with-pam"
|
||||||
conf_files="/etc/pam.d/xdm"
|
conf_files="/etc/pam.d/xdm
|
||||||
|
/etc/X11/xdm/Xaccess
|
||||||
|
/etc/X11/xdm/xdm-config
|
||||||
|
/etc/X11/xdm/Xresources
|
||||||
|
/etc/X11/xdm/Xservers"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="pam-devel libXaw-devel"
|
makedepends="pam-devel libXaw-devel"
|
||||||
depends="sessreg xconsole xsm"
|
depends="sessreg xconsole xsm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue