[packages] avahi: disable the dbus support on brcm-2.4, it does not build
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 7 Jul 2011 11:10:59 +0000 (11:10 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 7 Jul 2011 11:10:59 +0000 (11:10 +0000)
SVN-Revision: 27521

libs/avahi/Makefile

index a8d287dff2229f57b3ccb2ade8c196f17815deeb..5372492a363135202d8b004be278b5e92985a3bc 100644 (file)
@@ -57,7 +57,7 @@ define Package/libavahi-dbus
   $(call Package/avahi/Default)
   SECTION:=libs
   CATEGORY:=Libraries
   $(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
   TITLE+= (library) (dbus)
   VARIANT:=dbus
 endef