From 3b837806891de6cf77d4d74d04567e7e68c82fc0 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 13 Jul 2010 11:26:46 +0200 Subject: Gesture Recognition And Instantiation Library (grail) The aim of this first commit is to get down to hard testing of concepts, and the library currently has two test programs, touch and grail, which can be run on commandline. Touch tests the touch interface, and grail tests the gesture interface. Expect thinking errors and some glitches. Other than that, the code runs fine. Signed-off-by: Henrik Rydberg --- grail.pc.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 grail.pc.in (limited to 'grail.pc.in') diff --git a/grail.pc.in b/grail.pc.in new file mode 100644 index 0000000..6d69ddc --- /dev/null +++ b/grail.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: grail +Description: Gesture Recognition And Instantiation Library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lgrail -- cgit v1.2.3