Config.in 509 B

123456789101112131415
  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.
  10. http://sqlitewrapper.kompex-online.com/index.php
  11. comment "kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library"
  12. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  13. !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS