meson: bump meson version requirement to 0.40.1
authorTim-Philipp Müller <tim@centricular.com>
Tue, 9 May 2017 15:29:21 +0000 (16:29 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 9 May 2017 15:29:21 +0000 (16:29 +0100)
meson.build

index 3772997..8ad0ee0 100644 (file)
@@ -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' ])