commit | fc4be0d60af0567942b93f74dd26ddb4add9e262 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 17 12:18:53 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 19 10:27:36 2023 -0500 |
tree | 14a749b6802fdd5b0ad4f4000f6790a7eb80ea96 | |
parent | 154999053436e80b7463bef6d68ea7dcfd5f853c [diff] |
control: add missing phosphor-logging dependency Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iefa68e90bf03255119f7dd38dd4de96ac6589fd1
diff --git a/control/meson.build b/control/meson.build index b152e96..9dce7d2 100644 --- a/control/meson.build +++ b/control/meson.build
@@ -103,6 +103,7 @@ cli11_dep, fmt_dep, json_dep, + phosphor_logging_dep, sdbusplus_dep, ], include_directories: phosphor_fan_control_include_directories,