From 7165e6ad1235241d788d92e26839f820caf6f067 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 5 Sep 2016 12:23:35 -0300 Subject: [PATCH] meson: Bump version to 1.9.2 And unify the name of the disable_introspection option --- meson.build | 4 ++-- meson_options.txt | 2 +- 2 files changed, 3 insertions(+), 3 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) diff --git a/meson_options.txt b/meson_options.txt index f1d4da7..e265545 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,3 @@ -option('disable-introspection', +option('disable_introspection', type : 'boolean', value : false, description : 'Whether to disable the introspection generation') -- 2.7.4