]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Assigned OpenDocument presenation MIME type to the Impress backend. Added
[evince.git] / configure.ac
index d7b4efd1b6d6bb4c440a7377245dba05db282bb1..049e6e9d2d10d7306cbefa0e502343f8a1c78c79 100644 (file)
@@ -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)