When gimp looks for libmypaint it asks pkg-config to look for libmypaint.pc, which fails since libmypaint uses libmypaint-1.3.pc .

This sed from Arch's gimp PKGBUILD fixes this:

sed -i "s|\\(libmypaint\\)\\( >= libmypaint_required_version\\)|\\1-1.3\\2|g" configure.ac

followed by an autoreconf, and the rest of instructions from blfs.

Cheers
Waleed Hamra
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to