From dfb321b017bf2c558c29ae0bbd0dc6c47efd0a2b Mon Sep 17 00:00:00 2001 From: Luis Alonso Murillo Rojas Date: Wed, 29 Apr 2020 10:25:18 -0600 Subject: [PATCH] Enable the building of the gtk doc by default --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index d87da150..aa03fd2d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ # Feature options option('enable-tests', type : 'feature', value : 'auto', yield : true, description : 'Build tests') option('enable-examples', type : 'feature', value : 'auto', yield : true, description : 'Build examples') -option('enable-gtk-doc', type : 'boolean', value : false, description : 'Use gtk-doc to build documentation') +option('enable-gtk-doc', type : 'boolean', value : true, description : 'Use gtk-doc to build documentation') option('enable-profiling', type : 'feature', value : 'disabled', yield : true, description: 'Enable profiling building') # Common options