meson: set minimum version to 1.4

Since !8273 which introduces the use file.full_path(),
the meson minimum version should be 1.4

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8309>
This commit is contained in:
Stéphane Cerveau 2025-01-16 10:04:17 +01:00 committed by GStreamer Marge Bot
parent 3ac589d308
commit 36c01d0579
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
project('gstreamer-full', 'c',
version : '1.25.1.1',
meson_version : '>= 1.3',
meson_version : '>= 1.4',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,
# but this can cause problems in the future. Remove it

View file

@ -1,6 +1,6 @@
project('gst-devtools', 'c',
version : '1.25.1.1',
meson_version : '>= 1.3',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])