mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
xdm: fix cross build.
This commit is contained in:
parent
09b705790f
commit
c711511913
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
||||||
# Template build file for 'xdm'.
|
# Template build file for 'xdm'.
|
||||||
pkgname=xdm
|
pkgname=xdm
|
||||||
version=1.1.11
|
version=1.1.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-random-device=/dev/urandom
|
||||||
|
--with-utmp-file=/var/run/utmp
|
||||||
|
--with-wtmp-file=/var/log/wtmp"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXaw-devel"
|
makedepends="libXaw-devel"
|
||||||
depends="sessreg xconsole"
|
depends="sessreg xconsole"
|
||||||
|
|
Loading…
Add table
Reference in a new issue