summaryrefslogtreecommitdiffstats
path: root/package/avahi/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2010-05-21 20:30:28 +0200
committerPeter Korsgaard2010-05-21 20:30:28 +0200
commitc89b725978616a24e066e6b01030bdd3fc0ab5c0 (patch)
treec869c538c6d0b7b7c702ef7c24c4c59a89a973b2 /package/avahi/Config.in
parentMakefile: move filesystem stuff after u-boot build again (diff)
parentnetsnmp: disable build with external toolchain (diff)
downloadbuildroot-c89b725978616a24e066e6b01030bdd3fc0ab5c0.tar.gz
buildroot-c89b725978616a24e066e6b01030bdd3fc0ab5c0.tar.xz
buildroot-c89b725978616a24e066e6b01030bdd3fc0ab5c0.zip
Merge branch '2010-05-15-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r--package/avahi/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in
index 35b7c2785..338600515 100644
--- a/package/avahi/Config.in
+++ b/package/avahi/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_AVAHI
bool "avahi"
- select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
- select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
+ select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
help
Avahi is a system which facilitates service
discovery on a local network.