[vlc-commits] extras/tools: explicitly check for xz

Sean McGovern git at videolan.org
Mon Feb 9 14:17:57 CET 2015


vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sun Feb  8 13:59:47 2015 -0500| [7a1bd270b2319d61390dd9385fca10d5982da99d] | committer: Jean-Baptiste Kempf

extras/tools: explicitly check for xz

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a1bd270b2319d61390dd9385fca10d5982da99d
---

 extras/tools/bootstrap |    1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 49fa424..da37a05 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -82,6 +82,7 @@ check ragel
 check_sed
 check protoc
 check ant
+check xz
 
 [ -n "$NEEDED" ] && mkdir -p build/ && echo "To-be-built packages: `echo $NEEDED | sed 's/\.//g'`"
 



More information about the vlc-commits mailing list