summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-03 15:17:21 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-09 20:37:04 -0500
commit03f4cd957800210c1763605d755904c95f6079f9 (patch)
tree9174957ad3970d9794a76f180d81595dada84094 /configure.ac
parenta6fcd567f6aa01746471fd639db63fecadbf166b (diff)
downloadphosphor-inventory-manager-03f4cd957800210c1763605d755904c95f6079f9.tar.gz
phosphor-inventory-manager-03f4cd957800210c1763605d755904c95f6079f9.zip
Link with libphosphor_dbus
Link with libphosphor_dbus. Update the manager implementation to match the new server binding in libphosphor_dbus (bool types for notify and notify signature change). Change-Id: I033d224965caf737591e363b3e2fd666605bff13 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e9b30fe..526770c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,8 @@ AM_PATH_PYTHON([2.7],
PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221])
PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,
AC_MSG_ERROR(["Requires sdbusplus package."]))
+PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces],,
+ AC_MSG_ERROR(["Requires phosphor-dbus-interfaces package."]))
# Checks for typedefs, structures, and compiler characteristics.
AX_CXX_COMPILE_STDCXX_14([noext])
OpenPOWER on IntegriCloud