summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-07-21 07:07:09 -0500
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-07-31 22:48:26 -0500
commit18aa044eace292d2d58406e06e3ca4a98fbfaaea (patch)
treec0b58725a4ef134e2d99910955fa2e9090526867 /configure.ac
parent6c8d51baee01211c671567881dec27c327ae2c86 (diff)
downloadphosphor-host-ipmid-18aa044eace292d2d58406e06e3ca4a98fbfaaea.tar.gz
phosphor-host-ipmid-18aa044eace292d2d58406e06e3ca4a98fbfaaea.zip
Add API to retrieve settings
Add API to retrieve and cache settings objects of interest. Change-Id: I8afd58b5b3e9a691e4d3fa6bfba2ba5c92cd2568 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.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 7efb842..9c909ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,8 @@ AC_CHECK_LIB([mapper], [mapper_get_service], ,[AC_MSG_ERROR([Could not find libm
PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221], [], [AC_MSG_ERROR(["systemd required and not found"])])
PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],, [AC_MSG_ERROR([Could not find phosphor-logging...openbmc/phosphor-logging package required])])
PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces],, [AC_MSG_ERROR([Could not find phosphor-dbus-interfaces...openbmc/phosphor-dbus-interfaces package required])])
+PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,\
+ AC_MSG_ERROR(["Requires sdbusplus package."]))
AS_IF([test "x$enable_softoff" != "xno"],
# Check for sdbusplus
OpenPOWER on IntegriCloud