diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-09-14 18:45:15 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-19 14:15:04 +0200 |
commit | ddfd700a02ca6964fd3fddad6a69f53905e7235d (patch) | |
tree | bd7a63724fb7f9c2e424cad02ff1278ba664b078 /package/kompexsqlite/Config.in | |
parent | d54751e2d451cf2737971bd901e88501349d0dd6 (diff) | |
download | buildroot-ddfd700a02ca6964fd3fddad6a69f53905e7235d.tar.gz buildroot-ddfd700a02ca6964fd3fddad6a69f53905e7235d.zip |
kompexsqlite: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 |