package/avahi: fix libavahi-client handling

libavahi-client is built without daemon since bump to version 0.6.32 in
commit 61c056d40b and
54086a1103

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2024-01-05 18:47:13 +01:00 committed by Thomas Petazzoni
parent 81802e263a
commit f8332fa63d

View File

@ -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)"