2018-11-05 23:04:25 +01:00
|
|
|
config BR2_PACKAGE_ELL
|
|
|
|
bool "ell"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2020-06-05 21:48:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
|
2018-11-05 23:04:25 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
help
|
|
|
|
Embedded Linux library (ell)
|
|
|
|
|
|
|
|
https://01.org/ell
|
|
|
|
|
2020-12-01 23:37:58 +01:00
|
|
|
comment "ell needs a toolchain w/ wchar, headers >= 4.12"
|
2018-11-05 23:04:25 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2020-12-01 23:37:58 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
|