meson: use less verbose quoting

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2024-06-28 18:52:59 +02:00
parent 28f1f1a5e6
commit c96cb64dce

View File

@ -12,13 +12,13 @@ option('mode', type : 'combo', choices : ['developer', 'release'],
description : 'autoenable features suitable for systemd development/release builds')
option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'], deprecated: true,
description : '''This option is deprecated and will be removed in a future release''')
description : 'This option is deprecated and will be removed in a future release')
option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
description : '''sbin is not a symlink to bin''')
description : 'sbin is not a symlink to bin')
option('rootlibdir', type : 'string', deprecated: true,
description : '''This option is deprecated and will be removed in a future release''')
description : 'This option is deprecated and will be removed in a future release')
option('rootprefix', type : 'string', deprecated: true,
description : '''This option is deprecated and will be removed in a future release''')
description : 'This option is deprecated and will be removed in a future release')
option('link-udev-shared', type : 'boolean',
description : 'link systemd-udevd and its helpers to libsystemd-shared.so')
option('link-systemctl-shared', type: 'boolean',
@ -38,7 +38,7 @@ option('first-boot-full-preset', type: 'boolean', value: false,
option('static-libsystemd', type : 'combo',
choices : ['false', 'true', 'pic', 'no-pic'],
description : '''install a static library for libsystemd''')
description : 'install a static library for libsystemd')
option('static-libudev', type : 'combo',
choices : ['false', 'true', 'pic', 'no-pic'],
description : 'install a static library for libudev')
@ -234,7 +234,7 @@ option('fallback-hostname', type : 'string', value : 'localhost',
description : 'the hostname used if none configured')
option('default-hierarchy', type : 'combo',
choices : ['legacy', 'hybrid', 'unified'], deprecated : true,
description : '''This option is deprecated and will be removed in a future release''')
description : 'This option is deprecated and will be removed in a future release')
option('extra-net-naming-schemes', type : 'string',
description : 'comma-separated list of extra net.naming_scheme= definitions')
option('default-net-naming-scheme', type : 'string', value : 'latest',