gupnp-dlna: autoreconf to unbreak cross.
This commit is contained in:
parent
e874e6a226
commit
1bba0729b7
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=0.10.3
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="automake libtool pkg-config gobject-introspection"
|
||||
makedepends="gst-plugins-base1-devel vala-devel"
|
||||
short_desc="GUPnP DLNA"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -21,6 +21,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
gupnp-dlna-devel_package() {
|
||||
depends="gst-plugins-base1-devel ${sourcepkg}>=${version}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue