projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1bbd4
)
[packages] avahi: disable the dbus support on brcm-2.4, it does not build
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 Jul 2011 11:10:59 +0000
(11:10 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 Jul 2011 11:10:59 +0000
(11:10 +0000)
SVN-Revision: 27521
libs/avahi/Makefile
patch
|
blob
|
history
diff --git
a/libs/avahi/Makefile
b/libs/avahi/Makefile
index a8d287dff2229f57b3ccb2ade8c196f17815deeb..5372492a363135202d8b004be278b5e92985a3bc 100644
(file)
--- 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