[vlc-devel] [PATCH 1/2] tools: Require meson 0.54
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Fri Apr 24 17:14:31 CEST 2020
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.
---
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"
--
2.20.1
More information about the vlc-devel
mailing list