]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix description for link-udev-shared option
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 May 2023 23:30:44 +0000 (08:30 +0900)
committerMike Yuan <me@yhndnzj.com>
Tue, 16 May 2023 06:14:06 +0000 (14:14 +0800)
meson_options.txt

index 46f508bd76665f60dc9d1cf047fca0d807f2c331..04234c658b9a1e5da56eefa5cf0aedeed9705d39 100644 (file)
@@ -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',