commit | 1697047aae90f3a0eb3c527da54280f9a5803227 | [log] [tgz] |
---|---|---|
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Thu Aug 16 16:28:15 2018 -0400 |
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Thu Aug 16 16:30:32 2018 -0400 |
tree | ba4e96a98d76c0337866e46aa2e40c8a1a28e0db | |
parent | a6536585fc431de14e550ba7961382669683a814 [diff] |
meson: Unify required version to 0.40.1
diff --git a/meson.build b/meson.build index a0e7e0e..187a0a3 100644 --- a/meson.build +++ b/meson.build
@@ -1,6 +1,6 @@ project('gst-plugins-base', 'c', version : '1.14.2', - meson_version : '>= 0.36.0', + meson_version : '>= 0.40.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ])