summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-12-27 12:52:06 +0100
committerJens Georg <mail@jensge.org>2020-12-27 12:52:06 +0100
commit66ff912d8fbe8ccd787006d75b91d1c19472893e (patch)
tree0d4f286113f0e9a38262199c9a9ddfc2fe0cd5f5 /meson_options.txt
parentee68c4597f3f50aa38251f0c74452f046b5e4782 (diff)
downloadrygel-66ff912d8fbe8ccd787006d75b91d1c19472893e.tar.gz
Revert "build: Add man_pages build options"
This reverts commit ee68c4597f3f50aa38251f0c74452f046b5e4782.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c60ff1a9..cb604c4e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,5 @@
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'])