[vlc-commits] extra-tools: check for flex presence
Jean-Baptiste Kempf
git at videolan.org
Sun Nov 12 16:53:12 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 12 16:52:51 2017 +0100| [a4f2b08c97360ad023b50fc69e35dd2df021112f] | committer: Jean-Baptiste Kempf
extra-tools: check for flex presence
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4f2b08c97360ad023b50fc69e35dd2df021112f
---
extras/tools/bootstrap | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index ba739cd3e8..2dcdd2fc53 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -84,6 +84,7 @@ check protoc 2.6.0
check ant
check xz
check bison 3.0.0
+check flex
[ -n "$NEEDED" ] && mkdir -p build/ && echo "To-be-built packages: `echo $NEEDED | sed 's/\.//g'`"
More information about the vlc-commits
mailing list