summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2017-07-20 17:47:55 +1000
committerTim-Philipp Müller <tim@centricular.com>2018-03-22 14:34:05 +0000
commitf49134095cf87008f8230201f4da85c53e5f75dd (patch)
treee22f92c52878578495fe71afb693bc27224155c2 /meson.build
parent00727d2437d5a893c7c39f7ffcbdf0e790abd2e0 (diff)
downloadgstreamer-plugins-bad-f49134095cf87008f8230201f4da85c53e5f75dd.tar.gz
meson: use gnome.mkenums_simple() to generate enumtypes files
Means we no longer need our custom scripts, nor template files.
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 e84f73d74..dec37d0db 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-bad', 'c', 'cpp',
version : '1.15.0.1',
- meson_version : '>= 0.40.1',
+ meson_version : '>= 0.42',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])