]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
avahi: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:44 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:44 +0000 (13:08 +0200)
pkgs/core/avahi/avahi.nm

index 3e4313bd7e55f801f24f01aca51103e6cb1ba1e5..b21c5871a5f31c7e07777b37816664d9029cdbbc 100644 (file)
@@ -44,11 +44,13 @@ define PKG_DESCRIPTION
        convenient
 endef
 
-PKG_BUILD_DEPS+= gettext intltool pkg-config
-PKG_DEPS      += dbus dbus-glib libdaemon python python-dbus perl-xml-parser
+PKG_BUILD_DEPS+= dbus-devel dbus-glib-devel gcc-c++ gettext libdaemon-devel \
+       intltool perl perl-xml-parser pkg-config python python-dbus
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 CONFIGURE_OPTIONS += \
        --bindir=/bin \
        --mandir=/usr/share/man \