vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri Apr 24 10:33:53 2020 +0200| [5aafe10a0b204fecec1f07e9819f102e8d3b9cbf] | committer: Steve Lhomme
tools: Require meson 0.54 Starting from this version, we can provide both pkg_config_path and pkg_config_libdir as meson properties. Otherwise, users of meson >= 0.54 will not be able to use pkg-config while users of older version will, until they update. (cherry picked from commit 6471760af87b0a0bd96b0dc8dfc861ca77c0d8e2) Signed-off-by: Steve Lhomme <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5aafe10a0b204fecec1f07e9819f102e8d3b9cbf --- extras/tools/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index 28a99428dd..c70005b34d 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -145,7 +145,7 @@ check bison 3.0.0 check flex check_nasm 2.14 check help2man -check meson 0.51.1 +check meson 0.54.0 check ninja DEPS_ONLY="help2man" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
