[vlc-commits] tools: Require meson 0.54
Hugo Beauzée-Luyssen
git at videolan.org
Wed Apr 29 09:39:29 CEST 2020
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Apr 24 10:33:53 2020 +0200| [6471760af87b0a0bd96b0dc8dfc861ca77c0d8e2] | committer: Hugo Beauzée-Luyssen
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6471760af87b0a0bd96b0dc8dfc861ca77c0d8e2
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 91074d6492..a22ddb1b4e 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -146,7 +146,7 @@ check flex
check_nasm 2.14
check gettext
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