mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
meson: rename gtkdoc option to gtk_doc
This commit is contained in:
parent
dea69f4c1e
commit
724cc53b28
2 changed files with 2 additions and 2 deletions
|
@ -482,7 +482,7 @@ configure_file(output : 'config.h', configuration : cdata)
|
||||||
|
|
||||||
if build_machine.system() == 'windows'
|
if build_machine.system() == 'windows'
|
||||||
message('Disabling gtk-doc while building on Windows')
|
message('Disabling gtk-doc while building on Windows')
|
||||||
elif not get_option('gtkdoc')
|
elif not get_option('gtk_doc')
|
||||||
message('gtk-doc is disabled via options')
|
message('gtk-doc is disabled via options')
|
||||||
else
|
else
|
||||||
if find_program('gtkdoc-scan', required : false).found()
|
if find_program('gtkdoc-scan', required : false).found()
|
||||||
|
|
|
@ -14,7 +14,7 @@ option('ptp-helper-permissions', type : 'combo',
|
||||||
|
|
||||||
# Common options
|
# Common options
|
||||||
option('examples', type : 'boolean', value : true, yield : true)
|
option('examples', type : 'boolean', value : true, yield : true)
|
||||||
option('gtkdoc', type : 'boolean', value : true, yield : true,
|
option('gtk_doc', type : 'boolean', value : true, yield : true,
|
||||||
description : 'Generate API documentation with gtk-doc')
|
description : 'Generate API documentation with gtk-doc')
|
||||||
option('introspection', type : 'boolean', value : true, yield : true,
|
option('introspection', type : 'boolean', value : true, yield : true,
|
||||||
description : 'Generate gobject-introspection bindings')
|
description : 'Generate gobject-introspection bindings')
|
||||||
|
|
Loading…
Reference in a new issue