diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-21 13:21:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:34:33 +0100 |
commit | 1844bd894194d44472d7e1f41e3e0f52a6359117 (patch) | |
tree | 010ef93963dbf0e7ea2f4363a18becf6e1a04587 /package/gob2/Config.in | |
parent | 3502bb056f0de1e4eecd7b0de6156daf18a2162c (diff) |
gob2: update dependency on flex
gob2 for the target needs both flex on the host (for running the flex
program at compile time) and flex on the target (so that it can link
against libfl.a).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gob2/Config.in')
-rw-r--r-- | package/gob2/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gob2/Config.in b/package/gob2/Config.in index 314a1da7e..2545bafa6 100644 --- a/package/gob2/Config.in +++ b/package/gob2/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_GOB2 bool "gob2" select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_FLEX + select BR2_PACKAGE_FLEX_LIBFL select BR2_PACKAGE_BISON help GOB (GTK+ Object Builder) is a preprocessor which simplifies |