summaryrefslogtreecommitdiffstats
path: root/package/flex/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/flex/Config.in')
-rw-r--r--package/flex/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/flex/Config.in b/package/flex/Config.in
index be6140bd1e..52f7fe77f0 100644
--- a/package/flex/Config.in
+++ b/package/flex/Config.in
@@ -7,11 +7,12 @@ config BR2_PACKAGE_FLEX
http://flex.sourceforge.net/
+if BR2_PACKAGE_FLEX
+
config BR2_PACKAGE_FLEX_BINARY
bool "Install tool in the target"
# needs fork()
depends on BR2_USE_MMU
- depends on BR2_PACKAGE_FLEX
# runtime dependency
select BR2_PACKAGE_M4
depends on BR2_USE_WCHAR # m4
@@ -19,4 +20,7 @@ config BR2_PACKAGE_FLEX_BINARY
Install the flex binary tool in the target filesystem.
comment "flex binary needs a toolchain w/ wchar"
+ depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR
+
+endif
OpenPOWER on IntegriCloud