GNOME Bugzilla – Bug 555697
build fails if configured with --without-libjpeg
Last modified: 2008-10-09 16:34:51 UTC
If GIMP is configured without JPEG support, linking file-psd-load fails, since it needs libjpeg. See https://bugs.gentoo.org/show_bug.cgi?id=240490 for a description of the problem. I have provided a workaround there that simply doesn't build the PSD file plugin if JPEG support is disabled, but I don't know whether that makes a lot of sense.
2008-10-09 Sven Neumann <sven@gimp.org> Bug 555697 – build fails if configured with --without-libjpeg * plug-ins/Makefile.am: applied patch from Simon Zilliken that disables the build of the PSD plug-in if JPEG support is disabled.