From 3e19abfc6ea1079126be2e0fc5fd2bcdadab37f6 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Mon, 6 Feb 2012 16:03:38 +0100 Subject: AVAHI: Fix dependency for AVAHI_COMPAT Enabling 'AVAHI_COMPAT' only works as intended and builds the 'libdns_sd' library if also 'AVAHI_LIBAVAHI_CLIENT' is enabled. Otherwise the 'prepare' stage reports: Building avahi-compat-libdns_sd: no (You need libavahi-client!) And the targetinstall stage fails to install 'libdns_sd'. Signed-off-by: Juergen Beisert --- rules/avahi.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/avahi.in b/rules/avahi.in index d8303bcbf..ebfa6d4c3 100644 --- a/rules/avahi.in +++ b/rules/avahi.in @@ -141,6 +141,7 @@ endif config AVAHI_COMPAT bool + select AVAHI_LIBAVAHI_CLIENT prompt "compat libdns_sd" help compatibility layer for libdns_sd -- cgit v1.2.3