]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: use less verbose quoting 30360/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Jun 2024 16:52:59 +0000 (18:52 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Jun 2024 16:52:59 +0000 (18:52 +0200)
meson_options.txt

index 7e65f65afca677ff1c6bd0be848071008ccc242e..67d13c820b1f9639e3f34742cb7e26fe13137f1c 100644 (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',