Ron Johnson wrote:
Google is your friend! http://www.google.com/search?q=XextFindDisplayThe first result from this query shows that it's in libXext, package libxext-dev.
Don't forget our old friends find and grep.
find /sources_dir -type f -exec grep -l XextFindDisplay {} \;
Regards,
Jason