diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-05-16 01:30:44 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-05-16 08:14:06 +0200 |
commit | 5571048919cbcc8f4331f589e7590316bc162f9d (patch) | |
tree | af2006db3e8e100553e69e08109d30dbbab6b043 /meson_options.txt | |
parent | man: use correct name for --bank option (diff) | |
download | systemd-5571048919cbcc8f4331f589e7590316bc162f9d.tar.xz systemd-5571048919cbcc8f4331f589e7590316bc162f9d.zip |
meson: fix description for link-udev-shared option
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
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', |