summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:30:59 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:30:59 +0100
commitd08ae184354dd6cb191f70425292639109d1a219 (patch)
treed66b51df6aba6210d03ece04cc59601edb237a48 /meson_options.txt
parent16fe45c7bb345f1e7c1b1dd4b287f3197d015974 (diff)
downloadgdk-pixbuf-d08ae184354dd6cb191f70425292639109d1a219.tar.gz
meson: Generate documentation
Both API reference and man pages.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b910c961f..0006cd75c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -26,3 +26,7 @@ option('with_gir',
description: 'Whether to generate the API introspection data (requires GObject-Introspection)',
type: 'boolean',
value: true)
+option('with_man',
+ description: 'Whether to generate man pages (requires xlstproc)',
+ type: 'boolean',
+ value: true)