diff options
Diffstat (limited to 'package/flex/Config.in')
-rw-r--r-- | package/flex/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/flex/Config.in b/package/flex/Config.in index f74a0f0e8..4fbc56c0a 100644 --- a/package/flex/Config.in +++ b/package/flex/Config.in @@ -12,5 +12,11 @@ config BR2_PACKAGE_FLEX_BINARY # needs fork() depends on BR2_USE_MMU depends on BR2_PACKAGE_FLEX + # runtime dependency + select BR2_PACKAGE_M4 + depends on BR2_USE_WCHAR # m4 help Install the flex binary tool in the target filesystem. + +comment "flex binary requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR |