From ee68c4597f3f50aa38251f0c74452f046b5e4782 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 26 Dec 2020 18:40:51 +0100 Subject: build: Add man_pages build options Check if xsltproc runs succesfully and fail otherwise Fixes #192 --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') 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']) -- cgit v1.2.1