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 --- tools/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index 667fbb2..c333a2c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,11 @@ bin_PROGRAMS = grail-gesture grail-test-mtdev +if HAVE_XI + +bin_PROGRAMS += grail-transform + +endif + INCLUDES=-I$(top_srcdir)/include/ AM_CFLAGS = $(X11_CFLAGS) $(XINPUT_CFLAGS) -- cgit v1.2.3