commit | 2e5067001b74861303802c9d2cda9a5ed1eaa87f | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Sat Aug 03 16:35:15 2024 -0700 |
committer | Jagpal Singh Gill <paligill@gmail.com> | Thu Oct 17 14:31:06 2024 -0700 |
tree | 222be2a8ffe582885f72aa336784b977228dd769 | |
parent | c111b93ced1760d90e5c84598f67367383387f8c [diff] [blame] |
add meson dependency for phosphor-dbus-interfaces Add the meson dependency for phosphor-dbus-interfaces for usb manager for using the start update D-Bus interface. This change is based on - https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/65738 https://gerrit.openbmc.org/c/openbmc/docs/+/65739 Change-Id: I0a2e0526e27f94d22162b760cb62356e9d855ee4 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/usb/meson.build b/usb/meson.build index e0db986..54be476 100644 --- a/usb/meson.build +++ b/usb/meson.build
@@ -18,6 +18,7 @@ include_directories: ['..'], dependencies: [ CLI11_dep, + pdi_dep, phosphor_logging_dep, sdbusplus_dep, sdeventplus_dep,