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

index 5233002d1cedd062023ab25987870402687b57ee..ebcb9f247362b468aa24830461abf854bb512635 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.freedesktop.org/software/dbus/
 PKG_LICENSE    = GPLv2+ AFL
 PKG_SUMMARY    = D-BUS message bus.
 
-PKG_DEPS      += expat
+PKG_BUILD_DEPS+= expat-devel
 
 define PKG_DESCRIPTION
        D-BUS is a system for sending messages between applications. It is \
@@ -44,6 +44,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel $(PKG_NAME)-libs
+
 CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --localstatedir=/var \