From 84733b1d7ccee2a8c6d8874c8e5cd8e3d67eba1b Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 15 Mar 2011 19:57:46 +0100 Subject: Allow replay of device data through utouch-frame This patch adds replay capabilities to test-mtdev. 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. In practise, test-mtdev can 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 0f4d470..1e507d7 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]) AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support])) AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"]) -- cgit v1.2.3