1 config BR2_PACKAGE_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
8 The Kompex SQLite Wrapper is an open source C++ wrapper
11 http://sqlitewrapper.kompex-online.com/index.php
13 comment "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