meson_options.txt

branch
meson
changeset 38515
2d4d3a8fd23c
parent 38502
448ad2f8f29d
child 38526
35d66becac73
--- a/meson_options.txt	Mon Jun 19 22:49:37 2017 -0400
+++ b/meson_options.txt	Mon Jun 19 22:50:05 2017 -0400
@@ -17,6 +17,9 @@
 option('consoleui', type : 'boolean', value : true,
        description : 'compile with console user interface')
 
+option('doc', type : 'boolean', value : false,
+       description : 'build documentation with gtk-doc')
+
 option('screensaver', type : 'boolean', value : true,
        description : 'compile with X screensaver extension (used to detect idleness)')
 

mercurial