From c0666a895e7fe8e488332263fd106ced0ed7cab7 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 2 Jan 2011 11:00:52 +0100 Subject: Replace touch logic with utouch frame engine The original grail uses an internal touch framework and exports some touch information as extended attributes to gesture events. This was never quite the intention, but rather to expose gestures and touches on a similar footing, such that grail can be input agnostic. This patch starts off by replacing the internal touch framework with the utouch-frame engine. Signed-off-by: Henrik Rydberg --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0f75818..ceb9258 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,9 @@ AC_PROG_LIBTOOL AC_PROG_CC AC_PROG_INSTALL -PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.0]) +PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) +PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0]) +PKG_CHECK_MODULES([FRAME], [utouch-frame >= 1.0]) AC_CONFIG_FILES([Makefile src/Makefile -- cgit v1.2.3