mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
meson: Bump version to 1.9.2
And unify the name of the disable_introspection option
This commit is contained in:
parent
92d39f46c5
commit
7165e6ad12
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
project('gst-devtools', 'c',
|
project('gst-devtools', 'c',
|
||||||
version : '1.9.1.1',
|
version : '1.9.2.1',
|
||||||
meson_version : '>= 0.33.0',
|
meson_version : '>= 0.33.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'c_std=gnu99',
|
'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_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);' ]
|
||||||
gir = find_program('g-ir-scanner', required : false)
|
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')
|
gnome = import('gnome')
|
||||||
|
|
||||||
gtkdoc = find_program('gtkdoc-scan', required : false)
|
gtkdoc = find_program('gtkdoc-scan', required : false)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
option('disable-introspection',
|
option('disable_introspection',
|
||||||
type : 'boolean', value : false,
|
type : 'boolean', value : false,
|
||||||
description : 'Whether to disable the introspection generation')
|
description : 'Whether to disable the introspection generation')
|
||||||
|
|
Loading…
Reference in a new issue