Commit c06b3891 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

samba: avahi support needs avahi-daemon / dbus



./configure checks for libavahi-client.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 96c607c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
	fs: old-style squashfs for big endian archs fixed.

	Updated/fixed packages: busybox, imagemagick, libglib2, lua,
	luafilesystem, lzo, netcat, php, qt, startup-notification,
	luafilesystem, lzo, netcat, php, qt, samba, startup-notification,
	sysvinit, util-linux

	Issues resolved (http://bugs.uclibc.org):
+4 −3
Original line number Diff line number Diff line
@@ -241,12 +241,13 @@ config BR2_PACKAGE_SAMBA_AVAHI
	bool "support avahi"
	default y
	depends on BR2_PACKAGE_SAMBA
	depends on BR2_PACKAGE_AVAHI
	depends on BR2_PACKAGE_AVAHI_DAEMON
	depends on BR2_PACKAGE_DBUS
	help
	  Include support for avahi

comment "support avahi - disabled (requires avahi)"
	depends on !BR2_PACKAGE_AVAHI
comment "support avahi - disabled (requires avahi-daemon/dbus)"
	depends on !BR2_PACKAGE_AVAHI_DAEMON || !BR2_PACKAGE_DBUS

config BR2_PACKAGE_SAMBA_GAMIN
	bool "support gamin"