summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-23 21:13:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-23 21:15:30 -0400
commitaf2fca9bba5c127ca092c3a4bf7656015d6168ad (patch)
tree229e0e7c7801a0192e5aa738ff1f18a4e397e0e3 /configure.ac
parent8dd1f717cdde81c4e18d9d1c350c9f899d00efe8 (diff)
downloadgdk-pixbuf-af2fca9bba5c127ca092c3a4bf7656015d6168ad.tar.gz
Drop the ras loader
This is another very rarely seen, ancient image format, and nobody is maintaining this laoder inside gdk-pxibuf. https://bugzilla.gnome.org/show_bug.cgi?id=721372
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b294dd99a..b722e6423 100644
--- a/configure.ac
+++ b/configure.ac
@@ -679,7 +679,7 @@ fi
# because some important apps like GIMP need to read and write
# arbitrary tEXt chunks which doesn't seem to be possible through GDI+
-all_loaders="ani,icns,pcx,ras,tga,png,pnm,xbm,xpm,qtif"
+all_loaders="ani,icns,pcx,tga,png,pnm,xbm,xpm,qtif"
if test x$with_libjasper = xyes; then
all_loaders="$all_loaders,jasper"
fi
@@ -741,7 +741,6 @@ AM_CONDITIONAL(INCLUDE_ICO, [test x"$INCLUDE_ico" = xyes])
AM_CONDITIONAL(INCLUDE_ANI, [test x"$INCLUDE_ani" = xyes])
AM_CONDITIONAL(INCLUDE_JPEG, [test x"$INCLUDE_jpeg" = xyes])
AM_CONDITIONAL(INCLUDE_PNM, [test x"$INCLUDE_pnm" = xyes])
-AM_CONDITIONAL(INCLUDE_RAS, [test x"$INCLUDE_ras" = xyes])
AM_CONDITIONAL(INCLUDE_TIFF, [test x"$INCLUDE_tiff" = xyes])
AM_CONDITIONAL(INCLUDE_XPM, [test x"$INCLUDE_xpm" = xyes])
AM_CONDITIONAL(INCLUDE_XBM, [test x"$INCLUDE_xbm" = xyes])