#! /bin/sh /usr/share/dpatch/dpatch-run ## Description: XcursorImageCreate is defined in Xcursor ## Origin/Author: Julian Taylor ## Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615653 ## fix-xcursor-check.dpatch by Julian Taylor @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gpsdrive~/configure.ac gpsdrive/configure.ac --- gpsdrive~/configure.ac 2011-07-05 13:43:55.000000000 +0200 +++ gpsdrive/configure.ac 2011-07-05 13:51:30.531707412 +0200 @@ -471,7 +471,7 @@ if $PKG_CONFIG xcursor --atleast-version=1.1.2 then AC_MSG_RESULT([yes]) - AC_CHECK_LIB(fontconfig, XcursorImageCreate, [], [ + AC_CHECK_LIB(Xcursor, XcursorImageCreate, [], [ echo "Error with test of xcursor library not found" exit -1 ])