mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
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:
parent
5621b1030a
commit
8813982430
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
project('gstreamer-full', 'c',
|
project('gstreamer-full', 'c',
|
||||||
version : '1.23.0.1',
|
version : '1.23.0.1',
|
||||||
meson_version : '>= 0.62.0',
|
meson_version : '>= 0.63.0',
|
||||||
default_options : ['buildtype=debugoptimized',
|
default_options : ['buildtype=debugoptimized',
|
||||||
# Needed due to https://github.com/mesonbuild/meson/issues/1889,
|
# Needed due to https://github.com/mesonbuild/meson/issues/1889,
|
||||||
# but this can cause problems in the future. Remove it
|
# but this can cause problems in the future. Remove it
|
||||||
|
|
Loading…
Reference in a new issue