summaryrefslogtreecommitdiffstats
path: root/package/avahi
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-25 14:56:39 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-25 14:56:39 +0100
commit7ba5e386296f1b77ab25984773a690337461260a (patch)
tree01d46a163e2e836f017716431eee2128832ea6d3 /package/avahi
parentba50538cfa513f7155f9c7fd30df22047f6eb751 (diff)
downloadbuildroot-novena-7ba5e386296f1b77ab25984773a690337461260a.tar.gz
buildroot-novena-7ba5e386296f1b77ab25984773a690337461260a.zip
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/avahi')
-rw-r--r--package/avahi/avahi.mk2
1 files changed, 1 insertions, 1 deletions
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