summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-12-26 18:40:51 +0100
committerJens Georg <mail@jensge.org>2020-12-26 18:45:59 +0100
commitee68c4597f3f50aa38251f0c74452f046b5e4782 (patch)
tree03b47806c9f7d5ff762707e0ca194667c7805f24 /meson_options.txt
parent774475787e7cf59b8d10a104f12904560bf31b88 (diff)
downloadrygel-ee68c4597f3f50aa38251f0c74452f046b5e4782.tar.gz
build: Add man_pages build options
Check if xsltproc runs succesfully and fail otherwise Fixes #192
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cb604c4e..c60ff1a9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,6 @@
option('uninstalled', type: 'boolean', value: 'false', description: 'Run Rygel from build directory only')
option('api-docs', type: 'boolean', value: 'false', description: 'Build the API documentation')
+option('man_pages', type: 'boolean', value: 'true', description: 'Build the man pages')
option('systemd-user-units-dir', type : 'string', value : 'auto', description : 'Where to install the systemd user unit (use special values "auto" or "none", or pass a path')
option('plugins', type : 'array', choices : ['external', 'gst-launch', 'lms', 'media-export', 'mpris', 'playbin', 'ruih', 'tracker', 'tracker3'])
option('engines', type : 'array', choices : ['simple', 'gstreamer'])