summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2012-08-03 14:39:13 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-08-03 13:32:26 -0400
commit4ddf1b2c4d6e7daa95560f1a80e719de709d2a18 (patch)
tree1a6642b6932f889c178ffd67f72b9776ab24ac87 /configure.ac
parentd858351a614bc807e664d670ad5359743bb8f5df (diff)
android: add basic evdev input support
Android backend needs mtdev now, and evdev-touchpad.c, too. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e67ad50d..754469fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,6 +115,7 @@ AC_ARG_ENABLE(android-compositor,
AM_CONDITIONAL(ENABLE_ANDROID_COMPOSITOR, test x$enable_android_compositor = xyes)
if test x$enable_android_compositor = xyes; then
AC_DEFINE([BUILD_ANDROID_COMPOSITOR], [1], [Build the compositor for Android 4.0])
+ PKG_CHECK_MODULES(ANDROID_COMPOSITOR, [mtdev >= 1.1.0])
fi