summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2017-06-19 22:50:05 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2017-06-19 22:50:05 -0400
commit28b4583a9fe037f072595657a0f062d6bf9fbfd5 (patch)
tree70c6cbc227701cc7c508407ff453847335a436bc /meson_options.txt
parent4c5484ddb0ac370fa833d1ef429880946565f66f (diff)
downloadpidgin-28b4583a9fe037f072595657a0f062d6bf9fbfd5.tar.gz
Add documentation to Meson build.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ce0540d214..a4dddafcd3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -17,6 +17,9 @@ option('gtkui', type : 'boolean', value : true,
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)')