summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-09 13:16:50 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-09 13:18:45 -0400
commit60fa3cab5b2948630fa7faae4a7126c01806d58c (patch)
tree22e018cf2a2536b888c8fa1fd5952024e810d140 /meson.build
parent413406d28a39a088b4a4749af5f0523fcf92f094 (diff)
downloadgstreamer-plugins-bad-60fa3cab5b2948630fa7faae4a7126c01806d58c.tar.gz
Bump and update for meson 0.40.1
This patch bumps the required meson to 0.40.1 as gstreamer core just did, and cleanup some code to use a feature from 0.37 that allow specifying version range when checking dependency. https://bugzilla.gnome.org/show_bug.cgi?id=780654
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 f1d8da7be..8452bf28a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-bad', 'c', 'cpp',
version : '1.13.0.1',
- meson_version : '>= 0.36.0',
+ meson_version : '>= 0.40.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])