gimp r27196 - in trunk: . plug-ins
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27196 - in trunk: . plug-ins
- Date: Thu, 9 Oct 2008 16:35:02 +0000 (UTC)
Author: neo
Date: Thu Oct 9 16:35:02 2008
New Revision: 27196
URL: http://svn.gnome.org/viewvc/gimp?rev=27196&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/plug-ins/Makefile.am
Modified: trunk/plug-ins/Makefile.am
==============================================================================
--- trunk/plug-ins/Makefile.am (original)
+++ trunk/plug-ins/Makefile.am Thu Oct 9 16:35:02 2008
@@ -10,6 +10,7 @@
if BUILD_JPEG
file_jpeg = file-jpeg
+file_psd = file-psd
endif
if BUILD_PRINT
@@ -57,7 +58,7 @@
file-fli \
$(file_ico) \
$(file_jpeg) \
- file-psd \
+ $(file_psd) \
file-sgi \
$(file_uri) \
$(file_xjt) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]