From c0666a895e7fe8e488332263fd106ced0ed7cab7 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 2 Jan 2011 11:00:52 +0100 Subject: Replace touch logic with utouch frame engine The original grail uses an internal touch framework and exports some touch information as extended attributes to gesture events. This was never quite the intention, but rather to expose gestures and touches on a similar footing, such that grail can be input agnostic. This patch starts off by replacing the internal touch framework with the utouch-frame engine. Signed-off-by: Henrik Rydberg --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index caaad65..629f0b8 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ grail - Gesture Recognition And Instantiation Library -To build, you need to have the autoconf, libtool and mtdev-dev packages -installed. Then, do +To build, you need to have the autoconf, libtool, mtdev-dev, +libutouch-evemu-dev and libutouch-frame packages installed. Then, do ./autogen.sh ./configure -- cgit v1.2.3