summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-05-16 08:30:44 +0900
committerMike Yuan <me@yhndnzj.com>2023-05-16 14:14:06 +0800
commit5571048919cbcc8f4331f589e7590316bc162f9d (patch)
treeaf2006db3e8e100553e69e08109d30dbbab6b043 /meson_options.txt
parent916db27f16a8ef897e5a1de09aa9289143908980 (diff)
downloadsystemd-5571048919cbcc8f4331f589e7590316bc162f9d.tar.gz
meson: fix description for link-udev-shared option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 46f508bd76..04234c658b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,7 +18,7 @@ option('rootlibdir', type : 'string',
option('rootprefix', type : 'string',
description : '''override the root prefix [default '/' if split-usr and '/usr' otherwise]''')
option('link-udev-shared', type : 'boolean',
- description : 'link systemd-udev and its helpers to libsystemd-shared.so')
+ description : 'link systemd-udevd and its helpers to libsystemd-shared.so')
option('link-systemctl-shared', type: 'boolean',
description : 'link systemctl against libsystemd-shared.so')
option('link-networkd-shared', type: 'boolean',