Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d7b4efd..049e6e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,10 +359,10 @@ if test "x$enable_comics" = "xyes"; then
EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-cbr;application/x-cbz"
fi
if test "x$enable_pixbuf" = "xyes"; then
- EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/*"
+ EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/*"
fi
if test "x$enable_impress" = "xyes"; then
- EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/vnd.sun.xml.impress"
+ EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation"
fi
AC_SUBST(EVINCE_MIME_TYPES)