2014-10-12 15:12:11 +02:00
|
|
|
config BR2_PACKAGE_QLIBC
|
|
|
|
bool "qlibc"
|
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_WCHAR
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-10-12 15:12:11 +02:00
|
|
|
help
|
|
|
|
qLibc is currently one of the most functionally complete
|
2015-04-23 00:14:34 +02:00
|
|
|
public licensed C/C++ libraries. The C/C++ library which
|
2014-10-12 15:12:11 +02:00
|
|
|
includes all kinds of containers and general library
|
|
|
|
routines. It provides ready-made set of common container
|
|
|
|
APIs with consistant API look.
|
|
|
|
|
|
|
|
https://github.com/wolkykim/qlibc
|
|
|
|
|
|
|
|
comment "qlibc needs a toolchain w/ threads, wchar, dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS
|