summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-03-04 15:17:48 +0100
committerTomas Krizek <tomas.krizek@nic.cz>2019-03-12 10:44:48 +0100
commitceb1dbd9afd5e91d00aca2ad70b42c376ecef36c (patch)
treee31ffbbcb3b5aab6ab5d82de65fb0b97cb98eb07 /meson_options.txt
parentmeson: doc/kresd.8 - manpage nitpicks (diff)
downloadknot-resolver-ceb1dbd9afd5e91d00aca2ad70b42c376ecef36c.tar.xz
knot-resolver-ceb1dbd9afd5e91d00aca2ad70b42c376ecef36c.zip
meson: rename option sytemd_unit_files to systemd_files
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c1308cac..3d526029 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -65,7 +65,7 @@ option(
## Systemd
option(
- 'systemd_unit_files',
+ 'systemd_files',
type: 'combo',
choices: [
'disabled',
@@ -73,7 +73,7 @@ option(
'nosocket',
],
value: 'disabled',
- description: 'installs systemd unit files',
+ description: 'installs systemd-related files',
)