summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-02-06 16:03:38 +0100
committerJuergen Beisert <jbe@pengutronix.de>2012-02-06 16:03:38 +0100
commit3e19abfc6ea1079126be2e0fc5fd2bcdadab37f6 (patch)
tree66d5decf15fab407525f2e5f7618c830452095bb
parent069ed0a13c92f78da5fce44946383c1ec4f6dadb (diff)
downloadptxdist-3e19abfc6ea1079126be2e0fc5fd2bcdadab37f6.tar.gz
ptxdist-3e19abfc6ea1079126be2e0fc5fd2bcdadab37f6.tar.xz
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 <jbe@pengutronix.de>
-rw-r--r--rules/avahi.in1
1 files changed, 1 insertions, 0 deletions
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