gtk+ r22264 - trunk
- From: strba svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22264 - trunk
- Date: Sat, 31 Jan 2009 11:41:12 +0000 (UTC)
Author: strba
Date: Sat Jan 31 11:41:12 2009
New Revision: 22264
URL: http://svn.gnome.org/viewvc/gtk+?rev=22264&view=rev
Log:
allow static jasper gdk-pixbuf loader
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sat Jan 31 11:41:12 2009
@@ -1163,8 +1163,11 @@
if echo "$included_loaders" | egrep '(^|,)png($|,)' > /dev/null; then
STATIC_LIB_DEPS="$STATIC_LIB_DEPS $LIBPNG"
fi
+ if echo "$included_loaders" | egrep '(^|,)jasper($|,)' > /dev/null; then
+ STATIC_LIB_DEPS="$STATIC_LIB_DEPS $LIBJASPER"
+ fi
else
- STATIC_LIB_DEPS="$LIBTIFF $LIBJPEG $LIBPNG"
+ STATIC_LIB_DEPS="$LIBTIFF $LIBJPEG $LIBPNG $LIBJASPER"
fi
# Checks to see whether we should include mediaLib
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]