Skip to content

Commit

Permalink
Enable the building of the gtk doc by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lumurillo committed Apr 29, 2020
1 parent fe48647 commit dfb321b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dfb321b

Please sign in to comment.