libao: autoreconf to unbreak cross compilation.
This commit is contained in:
parent
6115538d71
commit
9d78574275
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libao'
|
# Template file for 'libao'
|
||||||
pkgname=libao
|
pkgname=libao
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-alsa-mmap"
|
configure_args="--enable-alsa-mmap"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="alsa-lib-devel
|
makedepends="alsa-lib-devel
|
||||||
$(vopt_if pulseaudio pulseaudio-devel)
|
$(vopt_if pulseaudio pulseaudio-devel)
|
||||||
$(vopt_if sndio sndio-devel)"
|
$(vopt_if sndio sndio-devel)"
|
||||||
|
@ -19,6 +19,9 @@ checksum=03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf
|
||||||
build_options="pulseaudio sndio"
|
build_options="pulseaudio sndio"
|
||||||
build_options_default="pulseaudio"
|
build_options_default="pulseaudio"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/libao.conf
|
vconf ${FILESDIR}/libao.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue