summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-03-15 19:57:46 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-03-15 20:14:24 +0100
commit84733b1d7ccee2a8c6d8874c8e5cd8e3d67eba1b (patch)
tree2bfc097070f8ed92e947aebc6137a1c4e9912523 /configure.ac
parentf336f545fd5500c72589a96026c6ba6560f4aca4 (diff)
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 <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
23AC_PROG_INSTALL 23AC_PROG_INSTALL
24 24
25PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) 25PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1])
26PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0]) 26PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0.5])
27 27
28AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support])) 28AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support]))
29AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"]) 29AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"])