diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-24 21:17:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-24 22:33:06 +0200 |
commit | dbdb4e33f04a52757232a6d00da23e8ba232c7d2 (patch) | |
tree | 563db4054d54ee0f241b1d6fa544340247f87bb4 /package/avahi/avahi.mk | |
parent | 4caf78882ce0a5046504f94545a98296913f2f25 (diff) |
Update packages to BR2_NEEDS_GETTEXT_IF_LOCALE
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/avahi/avahi.mk')
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index ca55e2786..66e2e6325 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_NEEDS_GETTEXT),gettext libintl) host-intltool +AVAHI_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) host-intltool ifneq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_AVAHI_AUTOIPD),) AVAHI_DEPENDENCIES += libdaemon |