From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:52 +0000 (+0200) Subject: libsoup: 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=7b9cd37b6a181d33606493b13872ec2b14e69856;p=ipfire-3.x.git libsoup: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/libsoup/libsoup.nm b/pkgs/core/libsoup/libsoup.nm index 21a8bbaa3..1c29e93d7 100644 --- a/pkgs/core/libsoup/libsoup.nm +++ b/pkgs/core/libsoup/libsoup.nm @@ -34,8 +34,7 @@ PKG_URL = http://ftp.gnome.org/pub/gnome/sources/libsoup/ PKG_LICENSE = GPL PKG_SUMMARY = HTTP client/server library for GNOME. -PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += glib2 libxml2 openssl +PKG_BUILD_DEPS+= glib2-devel libxml2-devel openssl-devel pkg-config define PKG_DESCRIPTION libsoup is an HTTP client/server library for GNOME. It uses GObjects \ @@ -45,5 +44,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME)-devel + CONFIGURE_OPTIONS += \ --without-gnome