summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-10-14 18:38:26 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-10-18 18:03:19 +0100
commit0a25f22f1b90e0bb292fdc81fe5d5b6a016129bf (patch)
tree0d37da42ae191a531074b17bebd51ba5a0e28a64 /meson.build
parentd4bdbeaa0da971c9dbc4cbf20e3f4476905e1961 (diff)
downloadgstreamer-0a25f22f1b90e0bb292fdc81fe5d5b6a016129bf.tar.gz
meson: bump meson requirement to >= 0.59
For monorepo build and ugly/bad, for advanced feature option API like get_option('xyz').required(..) which we use in combination with the 'gpl' option. For rest of modules for consistency (people will likely use newer features based on the top-level requirement). Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1084>
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 4a0108c3b9..12f02c9f5e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('All GStreamer modules', 'c',
version : '1.19.2.1',
- meson_version : '>= 0.54.0',
+ meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,
# but this can cause problems in the future. Remove it