[vlc-commits] [Git][videolan/vlc][master] tools: bootstrap: raise meson's requirement to 1.0.0

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Apr 8 11:15:46 UTC 2023



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
28851ad2 by Khalid Masum at 2023-04-08T10:29:36+00:00
tools: bootstrap: raise meson's requirement to 1.0.0

bootstrap warns "meson too old" and proceeds to download and install
meson 1.0.0 when meson version is found to be 1.0.0 anyway. Raise meson's
requirement to 1.0.0 to work-around this problem.

- - - - -


1 changed file:

- extras/tools/bootstrap


Changes:

=====================================
extras/tools/bootstrap
=====================================
@@ -150,7 +150,7 @@ check flex
 check_nasm 2.14
 check gettext
 check help2man
-check meson 0.60.0
+check meson 1.0.0
 check_ninja
 
 DEPS_ONLY="help2man"



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/28851ad2ad422bb621d36b27161f300ccb7b7cce

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/28851ad2ad422bb621d36b27161f300ccb7b7cce
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list