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,