mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
allow static jasper gdk-pixbuf loader
svn path=/trunk/; revision=22264
This commit is contained in:
parent
37fa67a717
commit
eef208fcf9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user