1config 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
11	  https://github.com/Parrot-Developers/libfutils
12
13comment "libfutils needs a toolchain w/ C++, threads"
14	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
15	depends on BR2_TOOLCHAIN_HAS_ATOMIC
16