From: Michael Tremer Date: Fri, 3 Sep 2010 00:10:42 +0000 (+0200) Subject: dbus: 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=920bbeb692f1d1670a2ac3fff8f6006ff644db8f;p=ipfire-3.x.git dbus: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/dbus/dbus.nm b/pkgs/core/dbus/dbus.nm index 5233002d1..ebcb9f247 100644 --- a/pkgs/core/dbus/dbus.nm +++ b/pkgs/core/dbus/dbus.nm @@ -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 \