Commit 5a9ed103 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent d850348c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_SQLCIPHER
	bool "sqlcipher"
	depends on !BR2_PACKAGE_SQLITE
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_OPENSSL
	help
	  SQLCipher is an SQLite extension that provides 256 bits AES
@@ -27,3 +28,6 @@ config BR2_PACKAGE_SQLCIPHER_STAT3

comment "sqlcipher conflicts with sqlite"
	depends on BR2_PACKAGE_SQLITE

comment "sqlcipher needs a toolchain with thread support"
	depends on !BR2_TOOLCHAIN_HAS_THREADS