From 7ba5e386296f1b77ab25984773a690337461260a Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 25 Feb 2010 14:56:39 +0100 Subject: avahi: add dependency on host-intltool Without intltool, configuration fails with: checking for intltool >= 0.35.0... ./configure: line 28714: intltool-update: command not found found Signed-off-by: Thomas Petazzoni --- package/avahi/avahi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/avahi') diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 0c9d11e90..b3e1d9bd8 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -82,7 +82,7 @@ AVAHI_CONF_OPT = --localstatedir=/var \ --with-autoipd-user=default \ --with-autoipd-group=default -AVAHI_DEPENDENCIES = $(if $(BR2_PACKAGE_GETTEXT),gettext) +AVAHI_DEPENDENCIES = $(if $(BR2_PACKAGE_GETTEXT),gettext) host-intltool ifneq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_AVAHI_AUTOIPD),) AVAHI_DEPENDENCIES += libdaemon -- cgit v1.2.3