1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

meson: fix description for link-udev-shared option

This commit is contained in:
Yu Watanabe 2023-05-16 08:30:44 +09:00 committed by Mike Yuan
parent 916db27f16
commit 5571048919

View 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',