summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-04 18:04:11 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-11 02:09:04 +0200
commit887a5911f5ee10e6d0fa071f5b9d27608fb015ab (patch)
tree75d032f794cd7562c9babbe23b22accd108d2c21 /meson.build
parent6542edd9098aad98c0ac18f0ba5a4650932e14e1 (diff)
meson: Make use of new environment object and set plugin path to builddir
Workaround source_root being the root directory of all projects in the subproject case and remove now unneeded getpluginsdir Bump meson requirement to 0.35
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 eee13a3dd..0f9ced3a3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-good', 'c', 'cpp',
version : '1.9.90',
- meson_version : '>= 0.32.0',
+ meson_version : '>= 0.35.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',
'buildtype=debugoptimized' ])