diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-12 20:20:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 20:26:00 +0200 |
commit | f529623b2b32ea132680f009b32e8e6d8b2bb3c9 (patch) | |
tree | 6f8182af08f9c738a37218c9c7a2a0a461b509e9 /recipes | |
parent | b78af1c24ce4df4e8a57f46e42640eb01eace1a7 (diff) |
flex: depend on gettext
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/flex/flex.inc | 2 |
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 |