lxdm: need autoreconf.
This commit is contained in:
parent
4d3acdef7b
commit
7d6566bc3f
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
configure_args="$(vopt_if systemd --disable-consolekit --enable-consolekit) --with-pam"
|
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)"
|
makedepends="pam-devel gtk+-devel iso-codes $(vopt_if systemd '' ConsoleKit2-devel)"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/lxdm/LoginReady
|
/etc/lxdm/LoginReady
|
||||||
|
@ -25,6 +25,9 @@ homepage="http://www.lxde.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxdm/lxdm-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/lxdm/lxdm-${version}.tar.xz"
|
||||||
checksum=2b20ef475b409d0bbea8309181abd23fad5d6240d53b84d7f60fe1a0f6f3e506
|
checksum=2b20ef475b409d0bbea8309181abd23fad5d6240d53b84d7f60fe1a0f6f3e506
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv lxdm
|
vsv lxdm
|
||||||
# Use our own pam file.
|
# Use our own pam file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue