Commit 9b48e4f1 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files
parent b030b585
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_SMACK
	bool "smack"
	depends on !BR2_PREFER_STATIC_LIB # dlfcn.h
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
	help
	  User space programs and libraries for SMACK.
@@ -29,5 +30,6 @@ config BR2_PACKAGE_SMACK

	  https://github.com/smack-team/smack

comment "smack needs a toolchain w/ dynamic library, headers >= 3.0"
	depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
comment "smack needs a toolchain w/ dynamic library, threads, headers >= 3.0"
	depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
		|| !BR2_TOOLCHAIN_HAS_THREADS