commit | c31b23c4c83761c7a8fbc86e52d80ab220d8788d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:38:22 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:38:22 2025 -0500 |
tree | f99953d04918c57c6b62e06a98c8b28e9fa1dd46 | |
parent | 045aceaeaf80656e5a5fd85067ae04935f3bcf6c [diff] [blame] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: I57b515537c17c1d98424a8351edb4213de61cdc5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options new file mode 100644 index 0000000..9be85db --- /dev/null +++ b/meson.options
@@ -0,0 +1,6 @@ +option( + 'ecc-phosphor-logging', + type: 'feature', + value: 'disabled', + description: 'Create Event logs by using phosphor-logging.', +)