summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-23 21:26:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-23 21:36:03 -0400
commitc8c11b689966b61d098197cd6ffec6e900402db9 (patch)
tree28ba28ab3114e1ffdd69f12012f2fce77a8228f1 /configure.ac
parentaf2fca9bba5c127ca092c3a4bf7656015d6168ad (diff)
downloadgdk-pixbuf-c8c11b689966b61d098197cd6ffec6e900402db9.tar.gz
Drop the pcx loader
This is another rarely seen, ancient image format, and nobody is maintaining this loader inside gdk-pixbuf. 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 b722e6423..a50a8f788 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,tga,png,pnm,xbm,xpm,qtif"
+all_loaders="ani,icns,tga,png,pnm,xbm,xpm,qtif"
if test x$with_libjasper = xyes; then
all_loaders="$all_loaders,jasper"
fi
@@ -745,7 +745,6 @@ 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])
AM_CONDITIONAL(INCLUDE_TGA, [test x"$INCLUDE_tga" = xyes])
-AM_CONDITIONAL(INCLUDE_PCX, [test x"$INCLUDE_pcx" = xyes])
AM_CONDITIONAL(INCLUDE_ICNS, [test x"$INCLUDE_icns" = xyes])
AM_CONDITIONAL(INCLUDE_JASPER, [test x"$INCLUDE_jasper" = xyes])
AM_CONDITIONAL(INCLUDE_QTIF, [test x"$INCLUDE_qtif" = xyes])