Index: packaging/INSTALL
===================================================================
--- packaging.orig/INSTALL	2012-07-26 17:18:10.993652000 -0500
+++ packaging/INSTALL	2012-07-26 17:19:35.447999587 -0500
@@ -1,7 +1,7 @@
 frame - Touch Frame Library
 
-To build, you need to have the autoconf, libtool, libevemu-dev
-and mtdev-dev packages installed. Then, do
+To build, you need to have the autoconf, libtool, and x11 developer
+packages installed. Then, do
 
    ./autogen.sh
    ./configure
Index: packaging/src/Makefile.am
===================================================================
--- packaging.orig/src/Makefile.am	2012-07-26 17:18:10.993652000 -0500
+++ packaging/src/Makefile.am	2012-07-26 17:19:44.600000100 -0500
@@ -10,7 +10,6 @@
 libframe_la_LIBADD = \
 	-lm \
 	$(EVEMU_LIBS) \
-	$(MTDEV_LIBS) \
 	$(COVERAGE_LIBS) \
 	$(XINPUT_LIBS) \
 	$(CXX_LIBS)
