diff options
Diffstat (limited to 'package/libedit/Config.in')
-rw-r--r-- | package/libedit/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libedit/Config.in b/package/libedit/Config.in index 4747a38ae0..72b0cf107b 100644 --- a/package/libedit/Config.in +++ b/package/libedit/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBEDIT bool "libedit" + depends on BR2_USE_WCHAR select BR2_PACKAGE_NCURSES help The editline library (from BSD) provides generic line editing @@ -12,3 +13,6 @@ config BR2_PACKAGE_LIBEDIT in Buildroot as it makes it much simpler than using the upstream sources which require pmake: http://www.thrysoee.dk/editline/ + +comment "libedit requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR |