xdm: add more conf_files

This commit is contained in:
Zach Dykstra 2020-04-22 16:52:12 -05:00 committed by Leah Neukirchen
parent 0d0044a528
commit 8eb1ee9395
1 changed files with 6 additions and 2 deletions

View File

@ -1,14 +1,18 @@
# Template file for 'xdm'
pkgname=xdm
version=1.1.12
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-random-device=/dev/urandom
--with-utmp-file=/var/run/utmp
--with-wtmp-file=/var/log/wtmp
--with-xdmconfigdir=/etc/X11/xdm
--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"
makedepends="pam-devel libXaw-devel"
depends="sessreg xconsole xsm"