summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-06-14 23:46:15 -0400
committerPatrick Williams <patrick@stwcx.xyz>2017-08-02 20:18:18 +0000
commit8a502f51303a1cc437cbf370767b85c35a5b6f95 (patch)
treeb93f804d1b82c75055e11f0d0bb8e4cdd2ec49aa /configure.ac
parent423943270b5c0b7f2ab2ccda009d9f8be45f9f30 (diff)
downloadphosphor-fan-presence-8a502f51303a1cc437cbf370767b85c35a5b6f95.tar.gz
phosphor-fan-presence-8a502f51303a1cc437cbf370767b85c35a5b6f95.zip
evdevpp: Add C++ bindings for libevdev
Change-Id: Iff27168588ee0767902801e6df3c6745a643ac9a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e9b8065..b7842fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,8 @@ PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221], ,
[AC_MSG_ERROR([Could not find systemd...systemd developement 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([LIBEVDEV], [libevdev], ,
+[AC_MSG_ERROR([The libevdev package is required])])
# Checks for library functions.
LT_INIT # Required for systemd linking
@@ -132,8 +134,6 @@ AS_IF([test "x$enable_control" != "xno"], [
])
AS_IF([test "x$enable_cooling_type" != "xno"], [
- PKG_CHECK_MODULES([LIBEVDEV], [libevdev], ,
- [AC_MSG_ERROR([The libevdev package is required])])
AC_CONFIG_FILES([cooling-type/Makefile])
])
AS_IF([test "x$enable_monitor" != "xno"], [
OpenPOWER on IntegriCloud