allow static jasper gdk-pixbuf loader
svn path=/trunk/; revision=22264
This commit is contained in:
@@ -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>
|
2009-01-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktextview.c (preedit_changed_handler): Be more careful
|
* gtk/gtktextview.c (preedit_changed_handler): Be more careful
|
||||||
|
|||||||
@@ -1163,8 +1163,11 @@ if $dynworks ; then
|
|||||||
if echo "$included_loaders" | egrep '(^|,)png($|,)' > /dev/null; then
|
if echo "$included_loaders" | egrep '(^|,)png($|,)' > /dev/null; then
|
||||||
STATIC_LIB_DEPS="$STATIC_LIB_DEPS $LIBPNG"
|
STATIC_LIB_DEPS="$STATIC_LIB_DEPS $LIBPNG"
|
||||||
fi
|
fi
|
||||||
|
if echo "$included_loaders" | egrep '(^|,)jasper($|,)' > /dev/null; then
|
||||||
|
STATIC_LIB_DEPS="$STATIC_LIB_DEPS $LIBJASPER"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
STATIC_LIB_DEPS="$LIBTIFF $LIBJPEG $LIBPNG"
|
STATIC_LIB_DEPS="$LIBTIFF $LIBJPEG $LIBPNG $LIBJASPER"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Checks to see whether we should include mediaLib
|
# Checks to see whether we should include mediaLib
|
||||||
|
|||||||
Reference in New Issue
Block a user