summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-09 16:29:21 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-09 16:29:21 +0100
commitda1d11be770a529b61b93bbc4cd3acbd5b7bc559 (patch)
tree32148566d3c6bf128cb7171a262f585657a0f9d7
parentc77f661f6d8d9f30437e1142219d50597a1d55b6 (diff)
meson: bump meson version requirement to 0.40.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 377299745..8ad0ee0b0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gstreamer', 'c', 'cpp',
version : '1.13.0.1',
- meson_version : '>= 0.36.0',
+ meson_version : '>= 0.40.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])