diff options
Diffstat (limited to 'package/kompexsqlite/Config.in')
-rw-r--r-- | package/kompexsqlite/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/kompexsqlite/Config.in b/package/kompexsqlite/Config.in new file mode 100644 index 0000000000..b6d7d7f1ae --- /dev/null +++ b/package/kompexsqlite/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_KOMPEXSQLITE + bool "kompexsqlite" + depends on BR2_INSTALL_LIBSTDCPP + depends on !BR2_STATIC_LIBS + help + The Kompex SQLite Wrapper is an open source C++ wrapper + library for SQLite. + + http://sqlitewrapper.kompex-online.com/index.php + +comment "kompexsqlite needs a toolchain w/ C++, dynamic library" + depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS |