xref: /OK3568_Linux_fs/buildroot/package/kompexsqlite/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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