From: Thomas Petazzoni Date: Thu, 25 Feb 2010 13:56:39 +0000 (+0100) Subject: avahi: add dependency on host-intltool X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ba5e386296f1b77ab25984773a690337461260a;p=buildroot.git 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 --- diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 0c9d11e901..b3e1d9bd8a 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