From: Michael Tremer Date: Fri, 3 Sep 2010 12:01:04 +0000 (+0200) Subject: dbus-glib: 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=dc4059c268b2993e99dadbc1757a2c210b7e06b0;p=ipfire-3.x.git dbus-glib: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/dbus-glib/dbus-glib.nm b/pkgs/core/dbus-glib/dbus-glib.nm index 4a1fe3627..f5051bb9f 100644 --- a/pkgs/core/dbus-glib/dbus-glib.nm +++ b/pkgs/core/dbus-glib/dbus-glib.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.freedesktop.org/software/dbus/ PKG_LICENSE = GPLv2+ AFL PKG_SUMMARY = Glib bindings for D-Bus. -PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += dbus glib2 expat +PKG_BUILD_DEPS+= dbus dbus-devel expat-devel gettext glib2-devel pkg-config define PKG_DESCRIPTION D-Bus add-on library to integrate the standard D-Bus library with \ @@ -44,6 +43,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME)-devel + CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --libdir=/lib \