Config.in 439 B

123456789101112131415
  1. config BR2_PACKAGE_ELL
  2. bool "ell"
  3. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  4. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_USE_WCHAR
  7. help
  8. Embedded Linux library (ell)
  9. https://01.org/ell
  10. comment "ell needs a toolchain w/ dynamic library, wchar, headers >= 4.12"
  11. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  12. depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || \
  13. !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12