From: Jo-Philipp Wich Date: Thu, 7 Jul 2011 11:10:59 +0000 (+0000) Subject: [packages] avahi: disable the dbus support on brcm-2.4, it does not build X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=b51d30b996f84f926d1c9aad384db388ce2473f3;p=openwrt%2Fsvn-archive%2Farchive.git [packages] avahi: disable the dbus support on brcm-2.4, it does not build SVN-Revision: 27521 --- diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index a8d287dff2..5372492a36 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -57,7 +57,7 @@ define Package/libavahi-dbus $(call Package/avahi/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libdaemon +libpthread +libgdbm +dbus + DEPENDS:=+libdaemon +libpthread +libgdbm +dbus @!LINUX_2_4 TITLE+= (library) (dbus) VARIANT:=dbus endef