xdm: enable xft support
Enable Xft support to allow using more fonts with the xlogin widget.
This commit is contained in:
parent
0760abcd05
commit
3b14137bc4
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'xdm'
|
||||
pkgname=xdm
|
||||
version=1.1.12
|
||||
revision=4
|
||||
revision=5
|
||||
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"
|
||||
--with-pam
|
||||
--with-xft"
|
||||
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"
|
||||
makedepends="pam-devel libXaw-devel libXft-devel"
|
||||
depends="sessreg xconsole xsm"
|
||||
short_desc="X Display Manager"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
|
Loading…
Reference in New Issue