mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
meson: use less verbose quoting
This commit is contained in:
parent
28f1f1a5e6
commit
c96cb64dce
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user