From 5571048919cbcc8f4331f589e7590316bc162f9d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 16 May 2023 08:30:44 +0900 Subject: [PATCH] meson: fix description for link-udev-shared option --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',