From 449a25cac712a0f5d73e3e546a428e2399da6231 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 14 Mar 2019 17:27:38 -0300 Subject: [PATCH] gupnp-igd: depend on gobject-introspection unconditionally. --- srcpkgs/gupnp-igd/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gupnp-igd/template b/srcpkgs/gupnp-igd/template index 91ae43328d3..22c2df65567 100644 --- a/srcpkgs/gupnp-igd/template +++ b/srcpkgs/gupnp-igd/template @@ -4,8 +4,7 @@ version=0.2.5 revision=2 build_style=gnu-configure configure_args="--disable-python --disable-static $(vopt_enable gir introspection)" -hostmakedepends="automake pkg-config glib-devel libtool - $(vopt_if gir gobject-introspection)" +hostmakedepends="automake pkg-config glib-devel libtool gobject-introspection" makedepends="libglib-devel libxml2-devel libsoup-devel gssdp-devel gupnp-devel" short_desc="Library to handle UPnP IGD port mapping" maintainer="Juan RP "