lxdm: need autoreconf.
This commit is contained in:
parent
4d3acdef7b
commit
7d6566bc3f
@ -5,7 +5,7 @@ revision=2
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
configure_args="$(vopt_if systemd --disable-consolekit --enable-consolekit) --with-pam"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
hostmakedepends="automake pkg-config intltool"
|
||||
makedepends="pam-devel gtk+-devel iso-codes $(vopt_if systemd '' ConsoleKit2-devel)"
|
||||
conf_files="
|
||||
/etc/lxdm/LoginReady
|
||||
@ -25,6 +25,9 @@ homepage="http://www.lxde.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/lxdm/lxdm-${version}.tar.xz"
|
||||
checksum=2b20ef475b409d0bbea8309181abd23fad5d6240d53b84d7f60fe1a0f6f3e506
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
vsv lxdm
|
||||
# Use our own pam file.
|
||||
|
Loading…
Reference in New Issue
Block a user