mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
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:
parent
3ac589d308
commit
36c01d0579
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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' ])
|
||||
|
||||
|
|
Loading…
Reference in a new issue