Description: remove gratuitous libtiff check
 Drop the wrong check for libtiff.so in dependencies.sh; this gets found
 anyway at build time, and the check is wrong in a multiarch context.
Author: Steve Langasek <steve.langasek@linaro.org>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/749165
Index: fotoxx-10.7/dependencies.sh
===================================================================
--- fotoxx-10.7.orig/dependencies.sh
+++ fotoxx-10.7/dependencies.sh
@@ -8,7 +8,7 @@
 #  data and digital camera RAW files.
 
 dlist=" g++  /usr/include/gtk-2.0/gtk/gtk.h  
-        /usr/include/tiffio.h  /usr/lib*/libtiff.so
+        /usr/include/tiffio.h
         xdg-open  xdg-desktop-menu "
 
 error=0
