Index: packaging/INSTALL
===================================================================
--- packaging.orig/INSTALL	2012-07-27 16:17:27.080003795 -0500
+++ packaging/INSTALL	2012-07-27 16:18:23.428003916 -0500
@@ -1,7 +1,7 @@
 grail - Gesture Recognition And Instantiation Library
 
-To build, you need to have the autoconf, libtool, libevemu-dev,
-and libframe-dev packages installed. Then, do
+To build, you need to have the autoconf, libtool, and libframe-dev
+packages installed. Then, do
 
    ./autogen.sh
    ./configure
Index: packaging/configure.ac
===================================================================
--- packaging.orig/configure.ac	2012-07-27 16:17:27.080003795 -0500
+++ packaging/configure.ac	2012-07-27 16:18:23.428003916 -0500
@@ -25,7 +25,6 @@
 AC_PROG_CXX
 AC_PROG_INSTALL
 
-PKG_CHECK_MODULES([EVEMU], [evemu >= 1.0.5])
 PKG_CHECK_MODULES([FRAME], [frame >= 2.2.0])
 
 PKG_CHECK_MODULES([XINPUT],
Index: packaging/src/Makefile.am
===================================================================
--- packaging.orig/src/Makefile.am	2012-07-27 16:17:27.084003784 -0500
+++ packaging/src/Makefile.am	2012-07-27 16:18:23.432003873 -0500
@@ -12,7 +12,6 @@
 	-Wl,--version-script=$(version_script)
 
 libgrail_la_LIBADD = \
-	$(EVEMU_LIBS) \
 	$(FRAME_LIBS) \
 	$(COVERAGE_LIBS) \
 	-lm
Index: packaging/tools/Makefile.am
===================================================================
--- packaging.orig/tools/Makefile.am	2012-07-27 16:17:27.084003784 -0500
+++ packaging/tools/Makefile.am	2012-07-27 16:18:23.432003873 -0500
@@ -51,7 +51,6 @@
 LDADD = \
 	$(top_builddir)/src/libgrail.la \
 	$(FRAME_LIBS) \
-	$(EVEMU_LIBS) \
 	$(X11_LIBS) \
 	$(XINPUT_LIBS) \
 	$(COVERAGE_LIBS) \
