Index: packaging/INSTALL
===================================================================
--- packaging.orig/INSTALL	2012-07-27 14:40:24.872003897 -0500
+++ packaging/INSTALL	2012-07-27 16:14:45.580003831 -0500
@@ -1,7 +1,7 @@
 grail - Gesture Recognition And Instantiation Library
 
-To build, you need to have the autoconf, libtool, mtdev-dev, libevemu-dev,
-and libframe packages installed. Then, do
+To build, you need to have the autoconf, libtool, libevemu-dev,
+and libframe-dev packages installed. Then, do
 
    ./autogen.sh
    ./configure
Index: packaging/configure.ac
===================================================================
--- packaging.orig/configure.ac	2012-07-27 14:40:24.884003811 -0500
+++ packaging/configure.ac	2012-07-27 16:14:45.580003831 -0500
@@ -25,7 +25,6 @@
 AC_PROG_CXX
 AC_PROG_INSTALL
 
-PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1])
 PKG_CHECK_MODULES([EVEMU], [evemu >= 1.0.5])
 PKG_CHECK_MODULES([FRAME], [frame >= 2.2.0])
 
Index: packaging/src/Makefile.am
===================================================================
--- packaging.orig/src/Makefile.am	2012-07-27 14:40:24.868003894 -0500
+++ packaging/src/Makefile.am	2012-07-27 16:14:45.580003831 -0500
@@ -12,7 +12,6 @@
 	-Wl,--version-script=$(version_script)
 
 libgrail_la_LIBADD = \
-	$(MTDEV_LIBS) \
 	$(EVEMU_LIBS) \
 	$(FRAME_LIBS) \
 	$(COVERAGE_LIBS) \
Index: packaging/test/integration/Makefile.am
===================================================================
--- packaging.orig/test/integration/Makefile.am	2012-07-27 16:13:52.103698000 -0500
+++ packaging/test/integration/Makefile.am	2012-07-27 16:14:45.584003826 -0500
@@ -57,7 +57,6 @@
 	$(top_builddir)/test/gtest/libgtest_grail.a \
 	$(EVEMU_LIBS) \
 	$(FRAME_LIBS) \
-	$(MTDEV_LIBS) \
 	$(COVERAGE_LIBS) \
 	$(GTEST_LIBS) \
 	$(XORG_GTEST_LIBS) \
Index: packaging/test/regular/Makefile.am
===================================================================
--- packaging.orig/test/regular/Makefile.am	2012-07-27 16:13:52.103698000 -0500
+++ packaging/test/regular/Makefile.am	2012-07-27 16:14:45.584003826 -0500
@@ -10,16 +10,14 @@
 test_c_compile_SOURCES = test-c-compile.c
 test_c_compile_LDADD = \
 	$(top_builddir)/src/libgrail.la \
-	$(FRAME_LIBS) \
-	$(MTDEV_LIBS)
+	$(FRAME_LIBS)
 test_c_compile_CFLAGS = \
 	-I$(top_srcdir)/include
 
 test_cxx_compile_SOURCES = test-cxx-compile.cpp
 test_cxx_compile_LDADD = \
 	$(top_builddir)/src/libgrail.la \
-	$(FRAME_LIBS) \
-	$(MTDEV_LIBS)
+	$(FRAME_LIBS)
 test_cxx_compile_CPPFLAGS = \
 	-I$(top_srcdir)/include
 
Index: packaging/tools/Makefile.am
===================================================================
--- packaging.orig/tools/Makefile.am	2012-07-26 14:20:07.401519000 -0500
+++ packaging/tools/Makefile.am	2012-07-27 16:14:45.584003826 -0500
@@ -52,7 +52,6 @@
 	$(top_builddir)/src/libgrail.la \
 	$(FRAME_LIBS) \
 	$(EVEMU_LIBS) \
-	$(MTDEV_LIBS) \
 	$(X11_LIBS) \
 	$(XINPUT_LIBS) \
 	$(COVERAGE_LIBS) \
