package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / kompexsqlite / Config.in
blob5b7184257770b8d5cc51fc0f1b3b0a09b61ce7be
1 config 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.
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