From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:44 +0000 (+0200) Subject: avahi: 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=388295789196ee45d4db96b1fd0dbfd463d1217f;p=ipfire-3.x.git avahi: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/avahi/avahi.nm b/pkgs/core/avahi/avahi.nm index 3e4313bd7..b21c5871a 100644 --- a/pkgs/core/avahi/avahi.nm +++ b/pkgs/core/avahi/avahi.nm @@ -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 \