Commit 799c12eb authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

xz-utils: needs threads

parent 9d81bf79
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XZ
	bool "xz-utils"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
	  compression format, which provides memory-hungry but powerful
@@ -12,3 +13,6 @@ config BR2_PACKAGE_XZ
	  package.

	  http://tukaani.org/xz/

comment "xz-utils needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS