diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-08-21 08:51:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-08-21 08:51:06 +0000 |
commit | a2e555e814e0fe60b912e0e0397d932842a0645c (patch) | |
tree | 9aff120ed4b13ae9e83a381f5444c888669c97cc /configure.in | |
parent | ce46c83ab88c932aa2e42089f0afaeb8bb60b3f1 (diff) | |
download | gdk-pixbuf-a2e555e814e0fe60b912e0e0397d932842a0645c.tar.gz |
Add tga loader, patch by Nicola Girardi. (#56067)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 98b30409f..76dc6fda6 100644 --- a/configure.in +++ b/configure.in @@ -524,7 +524,7 @@ else fi fi -all_loaders="png,bmp,wbmp,gif,ico,jpeg,pnm,ras,tiff,xpm" +all_loaders="png,bmp,wbmp,gif,ico,jpeg,pnm,ras,tiff,xpm,tga" included_loaders="" # If no loaders specified, include all if test "x$with_included_loaders" = xyes ; then |