aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/nano/nano.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nano/nano.inc b/recipes/nano/nano.inc
index 2aaaedc482..5b59b68b07 100644
--- a/recipes/nano/nano.inc
+++ b/recipes/nano/nano.inc
@@ -12,6 +12,6 @@ PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,
SRC_URI = "http://www.nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
-inherit autotools
+inherit autotools gettext
EXTRA_OECONF = "--enable-all"