From a598e4e570bfe8e442e7e5c7fc6dbef3d2208759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr> Date: Fri, 25 Mar 2022 15:36:44 +0100 Subject: [PATCH] tools: Require meson 0.56+ This is what the medialib now requires --- extras/tools/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index 785f92028fcb..b9cd61724d9a 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -128,7 +128,7 @@ check flex check_nasm 2.14 check gettext check help2man -check meson 0.54.2 +check meson 0.56.0 check ninja DEPS_ONLY="help2man" -- GitLab