mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/avahi: fix libavahi-client handling
libavahi-client is built without daemon since bump to version 0.6.32 in commit61c056d40band54086a1103Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
81802e263a
commit
f8332fa63d
@@ -38,7 +38,7 @@ config BR2_PACKAGE_AVAHI_DAEMON
|
||||
# more easily determine if it's available or not.
|
||||
config BR2_PACKAGE_AVAHI_LIBAVAHI_CLIENT
|
||||
bool
|
||||
default y if BR2_PACKAGE_AVAHI_DAEMON && BR2_PACKAGE_DBUS
|
||||
default y if BR2_PACKAGE_DBUS
|
||||
|
||||
config BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY
|
||||
bool "libdns_sd compatibility (Bonjour)"
|
||||
|
||||
Reference in New Issue
Block a user