diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-25 22:12:26 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-26 09:27:07 +0100 |
commit | 040a82bbb48a472660497b5092e2b9f4568eb6bc (patch) | |
tree | d4d912a209850772defe245980038509bd9dac4a /package | |
parent | a3facdcf31c9b6a46aa470be65894fac5a55b165 (diff) | |
download | buildroot-novena-040a82bbb48a472660497b5092e2b9f4568eb6bc.tar.gz buildroot-novena-040a82bbb48a472660497b5092e2b9f4568eb6bc.zip |
avahi: add missing dependency on host-gettext
Fixes:
http://autobuild.buildroot.org/results/1dd5993d2ead9a92e2eb73227b19697728950b86/build-end.log.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/avahi/avahi.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 5f07a2f20..e8ca5606e 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -85,7 +85,8 @@ AVAHI_CONF_OPT = --localstatedir=/var \ --with-autoipd-user=default \ --with-autoipd-group=default -AVAHI_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-intltool host-pkgconf +AVAHI_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-intltool \ + host-pkgconf host-gettext ifneq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_AVAHI_AUTOIPD),) AVAHI_DEPENDENCIES += libdaemon |