summaryrefslogtreecommitdiffstats
path: root/package/gnuchess/gnuchess.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/gnuchess/gnuchess.mk')
-rw-r--r--package/gnuchess/gnuchess.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk
index 48e8bc8965..0555cb17b4 100644
--- a/package/gnuchess/gnuchess.mk
+++ b/package/gnuchess/gnuchess.mk
@@ -10,6 +10,7 @@ GNUCHESS_LICENSE = GPLv2+
GNUCHESS_LICENSE_FILES = COPYING
GNUCHESS_DEPENDENCIES = host-flex flex
-GNUCHESS_DEPENDENCIES += $(if $(BR2_PACKAGE_READLINE),readline)
+GNUCHESS_DEPENDENCIES += $(if $(BR2_PACKAGE_READLINE),readline) \
+ $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
$(eval $(autotools-package))
OpenPOWER on IntegriCloud