summaryrefslogtreecommitdiff
path: root/package/avahi/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-27 07:29:20 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-27 07:29:20 +0000
commitbe8ad23b096707b9a877525815c755c7f5d368bc (patch)
tree786d973994dd5b2cc4f164e4fc766814b85f91a7 /package/avahi/Config.in
parent73ec8a1d7e81533dce71936ae922d38da404de99 (diff)
avahi: fix build with BR2_ENABLE_LOCALE
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r--package/avahi/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in
index 245ff3669..403680186 100644
--- a/package/avahi/Config.in
+++ b/package/avahi/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_AVAHI
bool "avahi"
select BR2_PACKAGE_LIBDAEMON
+ select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
+ select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
help
Avahi is a system which facilitates service
discovery on a local network.