python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / leveldb / Config.in
blobb583c3b9fe2e31b6044b01a5d0ef944279102601
1 config BR2_PACKAGE_LEVELDB
2         bool "leveldb"
3         # Missing/broken atomic pointer support
4         depends on !BR2_bfin
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         select BR2_PACKAGE_SNAPPY
8         help
9           LevelDB is a fast key-value storage library written at Google that
10           provides an ordered mapping from string keys to string values.
12           https://github.com/google/leveldb
14 comment "leveldb needs a toolchain w/ C++, threads"
15         depends on !BR2_bfin
16         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS