Add back gtk_doc option

This is needed to disable gtk_doc in subprojects that have that option
yielding.
This commit is contained in:
Xavier Claessens 2019-09-18 11:22:19 -04:00
parent 78c971df61
commit 0633b417f7

View 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')