meson: rename gtkdoc option to gtk_doc
authorTim-Philipp Müller <tim@centricular.com>
Mon, 21 May 2018 22:10:21 +0000 (23:10 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 21 May 2018 22:10:21 +0000 (23:10 +0100)
meson.build
meson_options.txt

index 324495d..2ae7053 100644 (file)
@@ -482,7 +482,7 @@ configure_file(output : 'config.h', configuration : cdata)
 
 if build_machine.system() == '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')
 else
   if find_program('gtkdoc-scan', required : false).found()
index 80da408..b5bad0a 100644 (file)
@@ -14,7 +14,7 @@ option('ptp-helper-permissions', type : 'combo',
 
 # Common options
 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')
 option('introspection', type : 'boolean', value : true, yield : true,
         description : 'Generate gobject-introspection bindings')