Config.in 485 B

123456789101112131415
  1. config BR2_PACKAGE_LIBFUTILS
  2. bool "libfutils"
  3. depends on BR2_TOOLCHAIN_HAS_ATOMIC
  4. depends on BR2_INSTALL_LIBSTDCPP # ulog
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # ulog
  6. select BR2_PACKAGE_ULOG
  7. help
  8. This library contains some common useful functions (list,
  9. hash, time)
  10. https://github.com/Parrot-Developers/libfutils
  11. comment "libfutils needs a toolchain w/ C++, threads"
  12. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
  13. depends on BR2_TOOLCHAIN_HAS_ATOMIC