diff --git a/srcpkgs/gupnp-dlna/template b/srcpkgs/gupnp-dlna/template index 94472d0626f..7e333f9833f 100644 --- a/srcpkgs/gupnp-dlna/template +++ b/srcpkgs/gupnp-dlna/template @@ -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 " @@ -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"