Bug 555697 – build fails if configured with --without-libjpeg

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.


svn path=/trunk/; revision=27196
This commit is contained in:
Sven Neumann 2008-10-09 16:35:02 +00:00 committed by Sven Neumann
parent e21935a7b9
commit 86f8a07f8f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
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.
2008-10-09 Michael Natterer <mitch@gimp.org>
Bug 134956 Curves tool doesn't save free curves

View File

@ -10,6 +10,7 @@ endif
if BUILD_JPEG
file_jpeg = file-jpeg
file_psd = file-psd
endif
if BUILD_PRINT
@ -57,7 +58,7 @@ SUBDIRS = \
file-fli \
$(file_ico) \
$(file_jpeg) \
file-psd \
$(file_psd) \
file-sgi \
$(file_uri) \
$(file_xjt) \