From: Yu Watanabe Date: Mon, 15 May 2023 23:30:44 +0000 (+0900) Subject: meson: fix description for link-udev-shared option X-Git-Tag: v254-rc1~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5571048919cbcc8f4331f589e7590316bc162f9d;p=thirdparty%2Fsystemd.git meson: fix description for link-udev-shared option --- diff --git a/meson_options.txt b/meson_options.txt index 46f508bd766..04234c658b9 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',