summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-11-09 23:46:53 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-11-09 23:46:53 +0000
commit3f87cc2fff8d5c66641ae4a460be5974cb1a498d (patch)
treeae2b26fec9813ec2014843b253ffb8a663d01ffd /meson.build
parent14c283f8918f2d3ed87f628bf218ae596a884d0d (diff)
meson: bump meson required to 0.47 for feature options
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 f948bb9c..1cfb72c5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gstreamer-vaapi', 'c',
version : '1.15.0.1',
- meson_version : '>= 0.46.0',
+ meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])