vlc | branch: master | Sean McGovern <[email protected]> | 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 <[email protected]> > 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'`" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
