Config.in 363 B

12345678910111213
  1. config BR2_PACKAGE_SQLITECPP
  2. bool "sqlitecpp"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. select BR2_PACKAGE_SQLITE
  5. select BR2_PACKAGE_SQLITE_ENABLE_COLUMN_METADATA
  6. help
  7. SQLiteC++ (SQLiteCpp) is a lean and easy to use
  8. C++ SQLite3 wrapper.
  9. https://github.com/SRombauts/SQLiteCpp
  10. comment "sqlitecpp needs a toolchain w/ C++"
  11. depends on !BR2_INSTALL_LIBSTDCPP