diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-03-15 19:57:46 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-03-15 20:14:24 +0100 |
| commit | 84733b1d7ccee2a8c6d8874c8e5cd8e3d67eba1b (patch) | |
| tree | 2bfc097070f8ed92e947aebc6137a1c4e9912523 /configure.ac | |
| parent | f336f545fd5500c72589a96026c6ba6560f4aca4 (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.ac | 2 |
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 | |||
| 23 | AC_PROG_INSTALL | 23 | AC_PROG_INSTALL |
| 24 | 24 | ||
| 25 | PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) | 25 | PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) |
| 26 | PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0]) | 26 | PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0.5]) |
| 27 | 27 | ||
| 28 | AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support])) | 28 | AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support])) |
| 29 | AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"]) | 29 | AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"]) |
