From f529623b2b32ea132680f009b32e8e6d8b2bb3c9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 12 Apr 2010 20:20:17 +0200 Subject: flex: depend on gettext --- recipes/flex/flex.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes') 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 -- cgit v1.2.3