Commit 4cc23678 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files
parent ee74dcd9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LEVELDB
	bool "leveldb"
	# Missing/broken atomic pointer support
	depends on !BR2_bfin
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_SNAPPY
@@ -10,4 +12,5 @@ config BR2_PACKAGE_LEVELDB
	  https://github.com/google/leveldb

comment "leveldb needs a toolchain w/ C++, threads"
	depends on !BR2_bfin
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS