Bump Meson requirement to 0.46
authorTim-Philipp Müller <tim@centricular.com>
Wed, 25 Apr 2018 00:06:27 +0000 (01:06 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 25 Apr 2018 00:06:27 +0000 (01:06 +0100)
Which matches GStreamer core's (and soon the other modules).

meson.build

index 11c585a..21d1820 100644 (file)
@@ -1,6 +1,6 @@
 project('All GStreamer modules', 'c',
   version : '1.15.0.1',
-  meson_version : '>= 0.42.0',
+  meson_version : '>= 0.46.0',
   default_options : ['buildtype=debugoptimized'])
 
 gst_version = '>= @0@'.format(meson.project_version())