summaryrefslogtreecommitdiffstats
path: root/recipes/flex
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-12 20:20:17 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-12 20:26:00 +0200
commitf529623b2b32ea132680f009b32e8e6d8b2bb3c9 (patch)
tree6f8182af08f9c738a37218c9c7a2a0a461b509e9 /recipes/flex
parentb78af1c24ce4df4e8a57f46e42640eb01eace1a7 (diff)
downloadopenembedded-f529623b2b32ea132680f009b32e8e6d8b2bb3c9.tar.gz
flex: depend on gettext
Diffstat (limited to 'recipes/flex')
-rw-r--r--recipes/flex/flex.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index 37e34fe462..a1b3f99c72 100644
--- a/recipes/flex/flex.inc
+++ b/recipes/flex/flex.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "Flex is a tool for generating programs that recognize lexical pat
SECTION = "devel"
LICENSE = "BSD"
+DEPENDS = "gettext"
+
S = "${WORKDIR}/flex-${PV}"
inherit autotools