summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-05 12:23:35 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-05 12:32:22 -0300
commit7165e6ad1235241d788d92e26839f820caf6f067 (patch)
treecdf92b6052bbf6df818c56e5e0966a9978871a53 /meson.build
parent92d39f46c5d4aa8ae441d96ff8fa98f2f74b6583 (diff)
meson: Bump version to 1.9.2
And unify the name of the disable_introspection option
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index a3bd25a..4c95f83 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-devtools', 'c',
- version : '1.9.1.1',
+ version : '1.9.2.1',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',
@@ -46,7 +46,7 @@ gst_c_args = ['-DHAVE_CONFIG_H', '-DGST_USE_UNSTABLE_API']
gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);' ]
gir = find_program('g-ir-scanner', required : false)
-build_gir = gir.found() and not meson.is_cross_build() and not get_option('disable-introspection')
+build_gir = gir.found() and not meson.is_cross_build() and not get_option('disable_introspection')
gnome = import('gnome')
gtkdoc = find_program('gtkdoc-scan', required : false)