gupnp-dlna: autoreconf to unbreak cross.

This commit is contained in:
Juan RP 2015-07-01 08:02:54 +02:00
parent e874e6a226
commit 1bba0729b7

View file

@ -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"