summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-22 16:00:50 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-02-15 17:43:19 +0000
commit79ccaf779deebb20e10d9ea99945bb9734195ddc (patch)
tree735c27138cd0b016480db185cc98d8009cbcfe28 /configure.ac
parent865215878a00008099bf72ebc96247b8be20d200 (diff)
downloadphosphor-inventory-manager-79ccaf779deebb20e10d9ea99945bb9734195ddc.tar.gz
phosphor-inventory-manager-79ccaf779deebb20e10d9ea99945bb9734195ddc.zip
Add object/interface update methods
Add methods that handle both adding/updating objects/interfaces. Change-Id: I3c682365aad18f439babfb0413f29af05327eead Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 83d063e..47d70d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,9 @@ AM_PATH_PYTHON([2.7],
# Checks for libraries.
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."]))
+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."]))
+PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],, AC_MSG_ERROR(["Requires phosphor-logging."]))
# Checks for typedefs, structures, and compiler characteristics.
AX_CXX_COMPILE_STDCXX_14([noext])
OpenPOWER on IntegriCloud