From 3a70fa24fc016a06b0dc2ecdc3c7275d1f25425c Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 20 Sep 2018 18:48:20 -0700 Subject: Migrate to a common timer class This change pulls in sdeventplus and uses the timer implementation as a drop in for the currently included timer. Tested: Unit tests still build but are not currently running. Manually tested this change on a zaius machine and made sure timers went off. Change-Id: I2808196581fc766843931403b83fead16926b0ae Signed-off-by: William A. Kennington III --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 48adff4..b7bfd18 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,8 @@ PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221]) PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,\ AC_MSG_ERROR(["Requires sdbusplus package."])) +PKG_CHECK_MODULES([SDEVENTPLUS], [sdeventplus],,\ +AC_MSG_ERROR(["Requires sdeventplus package."])) AC_PATH_PROG([SDBUSPLUSPLUS], [sdbus++]) -- cgit v1.2.1