Add back gtk_doc option
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 18 Sep 2019 15:22:19 +0000 (11:22 -0400)
committerXavier Claessens <xavier.claessens@collabora.com>
Wed, 18 Sep 2019 15:27:59 +0000 (11:27 -0400)
This is needed to disable gtk_doc in subprojects that have that option
yielding.

meson_options.txt

index 6e565bc..de4243c 100644 (file)
@@ -17,3 +17,4 @@ option('introspection', type : 'feature', value : 'auto', description : 'Generat
 option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
 option('orc', type : 'feature', value : 'auto', description : 'Enable Optimized Inner Loop Runtime Compiler')
 option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc')
+option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')