From 0633b417f7f4a191ac288ca8a64b65e2561e6dd3 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 18 Sep 2019 11:22:19 -0400 Subject: [PATCH] Add back gtk_doc option This is needed to disable gtk_doc in subprojects that have that option yielding. --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meson_options.txt b/meson_options.txt index 6e565bcf76..de4243c341 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')