[vlc-commits] tools: Require meson 0.54
Hugo Beauzée-Luyssen
git at videolan.org
Thu Jun 18 14:54:28 CEST 2020
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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 <robux4 at ycbcr.xyz>
> 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"
More information about the vlc-commits
mailing list