aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortblume <Thomas.Blume@suse.com>2018-02-01 22:46:15 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-02-02 06:46:15 +0900
commit75aaade16b00ff519fbaedb4cc773b654c11a34a (patch)
treea7de0b9a1f32e8184cabba8a905a56e1e00e1e69 /meson_options.txt
parentMerge pull request #7042 from vcaputo/iteratedcache (diff)
downloadsystemd-75aaade16b00ff519fbaedb4cc773b654c11a34a.tar.gz
systemd-75aaade16b00ff519fbaedb4cc773b654c11a34a.tar.bz2
systemd-75aaade16b00ff519fbaedb4cc773b654c11a34a.zip
meson.build: make docdir configurable (#8068)
SUSE is using a different docdir, so the path should be configurable
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 39822d6cd..48ee3f52a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -134,6 +134,8 @@ option('pamlibdir', type : 'string',
description : 'directory for PAM modules')
option('pamconfdir', type : 'string',
description : 'directory for PAM configuration ["no" disables]')
+option('docdir', type : 'string',
+ description : 'documentation directory')
option('fallback-hostname', type : 'string', value : 'localhost',
description : 'the hostname used if none configured')