Răsfoiți Sursa

include/prereq-build.mk: Add xz-utils to make prereq

Add xz-utils to make prereq

Signed-off-by: Daniel Engberg <[email protected]>
Daniel Engberg 9 ani în urmă
părinte
comite
ed768ae4b2
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      include/prereq-build.mk

+ 3 - 0
include/prereq-build.mk

@@ -164,6 +164,9 @@ $(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \
 $(eval $(call SetupHostCommand,file,Please install the 'file' package, \
 $(eval $(call SetupHostCommand,file,Please install the 'file' package, \
 	file --version 2>&1 | grep file))
 	file --version 2>&1 | grep file))
 
 
+$(eval $(call SetupHostCommand,xz,Please install xz-utils, \
+	xz --version | grep XZ))
+
 ifneq ($(HOST_OS),Darwin)
 ifneq ($(HOST_OS),Darwin)
 $(eval $(call SetupHostCommand,openssl,Please install the 'openssl' utility, \
 $(eval $(call SetupHostCommand,openssl,Please install the 'openssl' utility, \
 	openssl version | grep '\(OpenSSL\|LibreSSL\)'))
 	openssl version | grep '\(OpenSSL\|LibreSSL\)'))