summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-01-31 20:24:45 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-01-13 16:41:31 +0100
commit162d1958694822658dfa27e3dd1c702dee4c285c (patch)
treee372bac01031cbc1fae19cb93b66c7802b6364ba /meson_options.txt
parent55eb69247fe2b479ea43311503042fc03bf4e67d (diff)
downloadlibnotify-162d1958694822658dfa27e3dd1c702dee4c285c.tar.gz
Add notify-send manpage
Taken from Debian, converted to Docbook and fixed some issues. Closes: https://gitlab.gnome.org/GNOME/libnotify/issues/4
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 c37f643..c57b364 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,6 +6,10 @@ option('introspection',
type: 'feature',
value: 'enabled',
description: 'Enable GObject introspection')
+option('man',
+ type: 'boolean',
+ value: true,
+ description: 'Enable generating the manual page (depends on xsltproc)')
option('gtk_doc',
type: 'boolean',
value: true,