From 8d80a4768a2fb4beef81a6cf9ebd93bcd812c8d4 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 28 Apr 2011 16:16:56 +0200 Subject: Introduce the grail transform tool This tool tests the transform capabilities of grail. Similar to a map application, one can use a single finger, two fingers, a whole hand or two hands to move the rectangle around, scale and rotate it. Signed-off-by: Henrik Rydberg --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 99569cc..dad13ac 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,13 @@ PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0.5]) PKG_CHECK_MODULES([FRAME], [utouch-frame >= 1.0]) +AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support])) +AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"]) + +AS_IF([test "x$with_xi" = "xyes"], [ + PKG_CHECK_MODULES(XINPUT, x11 xext [xi >= 1.4.1.99.1] [inputproto >= 2.0.99.1]) + AC_DEFINE([HAVE_XI], [1], [XI2.1 support]) +]) # Check for TDD tools PKG_CHECK_MODULES([CHECK], [check >= 0.9.8], [have_check=yes], -- cgit v1.2.3