]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dbus-glib: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Sep 2010 12:01:04 +0000 (14:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Sep 2010 12:01:04 +0000 (14:01 +0200)
pkgs/core/dbus-glib/dbus-glib.nm

index 4a1fe362796c66cc72801e132d921b754d3f2466..f5051bb9f343ac2cee63f91a7167edd0af549316 100644 (file)
@@ -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 \