From 88139824303db436c21150834a6c9cab6d1f20ce Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 18 Jul 2023 21:33:32 +0530 Subject: [PATCH] meson: Bump required version to 0.63 for diff_files support Fixes a warning. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ae93209646..791ca6906c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gstreamer-full', 'c', version : '1.23.0.1', - meson_version : '>= 0.62.0', + meson_version : '>= 0.63.0', default_options : ['buildtype=debugoptimized', # Needed due to https://github.com/mesonbuild/meson/issues/1889, # but this can cause problems in the future. Remove it