1*4882a593Smuzhiyunconfig BR2_PACKAGE_QLIBC 2*4882a593Smuzhiyun bool "qlibc" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on BR2_USE_WCHAR 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 6*4882a593Smuzhiyun select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun qLibc is currently one of the most functionally complete 9*4882a593Smuzhiyun public licensed C/C++ libraries. The C/C++ library which 10*4882a593Smuzhiyun includes all kinds of containers and general library 11*4882a593Smuzhiyun routines. It provides ready-made set of common container 12*4882a593Smuzhiyun APIs with consistant API look. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun https://github.com/wolkykim/qlibc 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "qlibc needs a toolchain w/ threads, wchar, dynamic library" 17*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS 18