From 586dd0f17bbd6e2e8b51f3e2fca9269e33f8038a Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 17 Mar 2011 10:39:59 +0100 Subject: Allow replay of device data through grail This patch adds replay capabilities to grail. If the specified device points to a valid evemu file, the device properties will be extracted from that file instead. Any appended event data will be replayed in realtime when calling grail_pull_mtdev(). In practise, grail_gesture may be executed with a test file. Signed-off-by: Henrik Rydberg --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e8ba92a..b04766b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PROG_CC AC_PROG_INSTALL PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) -PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0]) +PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0.5]) PKG_CHECK_MODULES([FRAME], [utouch-frame >= 1.0]) AC_CONFIG_FILES([Makefile -- cgit v1.2.3