All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2 1/2] package/avahi: add missing dependency.
@ 2025-01-27  9:17 Guillaume Chaye
  2025-01-27  9:17 ` [Buildroot] [PATCHv2 2/2] package/sane-airscan: add new package Guillaume Chaye
  2025-02-05 16:17 ` [Buildroot] [PATCHv2 1/2] package/avahi: add missing dependency Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Guillaume Chaye @ 2025-01-27  9:17 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, Guillaume, Chaye, Guillaume Chaye

libavahi-client is not built if dbus is not installed.

Signed-off-by: Guillaume Chaye <guillaume.chaye@zeetim.com>
---
 package/avahi/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/avahi/Config.in b/package/avahi/Config.in
index 728bc4fdd1..ae53aaf156 100644
--- a/package/avahi/Config.in
+++ b/package/avahi/Config.in
@@ -39,6 +39,7 @@ config BR2_PACKAGE_AVAHI_DAEMON
 config BR2_PACKAGE_AVAHI_LIBAVAHI_CLIENT
 	bool
 	default y if BR2_PACKAGE_DBUS
+	select BR2_PACKAGE_DBUS
 
 config BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY
 	bool "libdns_sd compatibility (Bonjour)"
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-05 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27  9:17 [Buildroot] [PATCHv2 1/2] package/avahi: add missing dependency Guillaume Chaye
2025-01-27  9:17 ` [Buildroot] [PATCHv2 2/2] package/sane-airscan: add new package Guillaume Chaye
2025-02-05 16:17 ` [Buildroot] [PATCHv2 1/2] package/avahi: add missing dependency Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.