1config BR2_PACKAGE_KOMPEXSQLITE 2 bool "kompexsqlite" 3 depends on BR2_USE_WCHAR 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 depends on BR2_INSTALL_LIBSTDCPP 6 depends on !BR2_STATIC_LIBS 7 help 8 The Kompex SQLite Wrapper is an open source C++ wrapper 9 library for SQLite. 10 11 http://sqlitewrapper.kompex-online.com/index.php 12 13comment "kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library" 14 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \ 15 !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS 16