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-27 14:23:48 +0100
commit5a54c5bb1c9609b7bffe6b3e05f934030e4e990e (patch)
tree03b47806c9f7d5ff762707e0ca194667c7805f24 /meson_options.txt
parent66ff912d8fbe8ccd787006d75b91d1c19472893e (diff)
downloadrygel-5a54c5bb1c9609b7bffe6b3e05f934030e4e990e.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'])