meson: Bump required version to 0.63 for diff_files support

Fixes a warning.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5060>
This commit is contained in:
Nirbheek Chauhan 2023-07-18 21:33:32 +05:30 committed by GStreamer Marge Bot
parent 5621b1030a
commit 8813982430

View file

@ -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