allow static jasper gdk-pixbuf loader

svn path=/trunk/; revision=22264
This commit is contained in:
Fridrich Strba 2009-01-31 11:41:12 +00:00
parent 37fa67a717
commit eef208fcf9
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-01-30 Fridrich Strba <fridrich.strba@bluewin.ch>
* configure.in: Allow linking in static jasper gdk-pixbuf loader.
(reviewed by Tor Lillqvist)
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (preedit_changed_handler): Be more careful

View File

@ -1163,8 +1163,11 @@ if $dynworks ; then
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