diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:01:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:01:27 +0100 |
commit | fe290120f43280123c7adb84d64745cc2a0cced0 (patch) | |
tree | 23bac1f24131af474b71e540bfdf71d803ddbaac /package/tslib/patches | |
parent | 5f155a30e5fc92d97ba0cf41b4b41abdd161ef1e (diff) |
add tslib package
touchscreen suppport for SDL and Linux Framebuffer.
Unfortunately it does not work with my Faytech TFT touchscreen display.
Diffstat (limited to 'package/tslib/patches')
-rw-r--r-- | package/tslib/patches/patch-configure_ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tslib/patches/patch-configure_ac b/package/tslib/patches/patch-configure_ac new file mode 100644 index 000000000..bb2ff1f42 --- /dev/null +++ b/package/tslib/patches/patch-configure_ac @@ -0,0 +1,11 @@ +--- tslib-1.0.orig/configure.ac 2006-08-24 23:02:55.000000000 +0200 ++++ tslib-1.0/configure.ac 2010-01-19 08:07:05.861094823 +0100 +@@ -71,7 +71,7 @@ AC_MSG_RESULT($dejitter_module) + AM_CONDITIONAL(ENABLE_DEJITTER_MODULE, test "$dejitter_module" = "yes") + + AC_MSG_CHECKING([whether linear-h2200 module is requested]) +-AC_ARG_ENABLE(dejitter, ++AC_ARG_ENABLE(linear-h2200, + AS_HELP_STRING([--enable-linear-h2200], + [Enable building of linearizing filter for iPAQ h2200 (default=yes)]), + [h2200_linear_module=$enableval], |