xref: /OK3568_Linux_fs/buildroot/package/kompexsqlite/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KOMPEXSQLITE
2*4882a593Smuzhiyun	bool "kompexsqlite"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  The Kompex SQLite Wrapper is an open source C++ wrapper
9*4882a593Smuzhiyun	  library for SQLite.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://sqlitewrapper.kompex-online.com/index.php
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
15*4882a593Smuzhiyun		!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
16