summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-03-14 08:56:16 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-03-14 08:56:54 -0400
commit69863131bdb4ff7f5b51e17f50b0a83522fcc822 (patch)
tree735fbf98d83cf15d3822a5f22fe2f5facbba3256 /meson.build
parent0fa792393792a4ae455e138b16606afbc2533f10 (diff)
downloadgstreamer-69863131bdb4ff7f5b51e17f50b0a83522fcc822.tar.gz
Bump Meson requirement to >=0.60.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1934>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6d363fd6e7..ace91f107e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gstreamer-full', 'c',
version : '1.21.0.1',
- meson_version : '>= 0.59',
+ meson_version : '>= 0.60.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