From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:49 +0000 (+0200) Subject: gupnp: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faf15a47ef0f65bbd48a4a2199e91334941eb4a4;p=ipfire-3.x.git gupnp: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/gupnp/gupnp.nm b/pkgs/core/gupnp/gupnp.nm index 6cbc325ac..126ba86bd 100644 --- a/pkgs/core/gupnp/gupnp.nm +++ b/pkgs/core/gupnp/gupnp.nm @@ -34,8 +34,8 @@ PKG_URL = http://www.gupnp.org PKG_LICENSE = LGPL PKG_SUMMARY = An UPNP framework. -PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += glib2 gssdp libsoup libxml2 util-linux-ng +PKG_BUILD_DEPS+= glib2-devel gssdp-devel libsoup-devel libxml2-devel \ + pkg-config util-linux-ng-devel define PKG_DESCRIPTION GUPnP is an object-oriented open source framework for creating UPnP\ @@ -45,5 +45,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME)-devel + CONFIGURE_OPTIONS += \ --without-gnome