]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop unnecesary default value setting
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 26 Jul 2017 18:09:22 +0000 (14:09 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 26 Jul 2017 18:09:22 +0000 (14:09 -0400)
'true' is the default.
Follow-up for 7d77b8880d571447825bb6b0d61683d2e9d58895.

meson_options.txt

index 0cd8fb02e7f3f0c32c48d48da74f0f63d85592db..2c097db34b0d86035709ab7f1beadb19ff684250 100644 (file)
@@ -47,7 +47,7 @@ option('resolve', type : 'boolean',
        description : 'systemd-resolved stack')
 option('efi', type : 'boolean',
        description : 'enable systemd-boot and bootctl')
-option('tpm', type : 'boolean', value : true,
+option('tpm', type : 'boolean',
        description : 'TPM should be used to log events and extend the registers')
 option('environment-d', type : 'boolean',
        description : 'support for environment.d')