~oif-team/grail/2.x

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Henrik Rydberg
  • Date: 2011-04-28 16:53:53 UTC
  • Revision ID: rydberg@bitmath.org-20110428165353-j0176muusq8rimxo
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 <rydberg@euromail.se>

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0.5])
27
27
PKG_CHECK_MODULES([FRAME], [utouch-frame >= 1.0])
28
28
 
 
29
AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support]))
 
30
AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"])
 
31
 
 
32
AS_IF([test "x$with_xi" = "xyes"], [
 
33
   PKG_CHECK_MODULES(XINPUT, x11 xext [xi >= 1.4.1.99.1] [inputproto >= 2.0.99.1])
 
34
   AC_DEFINE([HAVE_XI], [1], [XI2.1 support])
 
35
])
29
36
# Check for TDD tools
30
37
PKG_CHECK_MODULES([CHECK], [check >= 0.9.8],
31
38
                  [have_check=yes],