]> www.fi.muni.cz Git - evince.git/commitdiff
[configure] Add application/oxps to list of recognised mime types
authorCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 8 Sep 2010 12:23:03 +0000 (14:23 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 8 Sep 2010 12:23:03 +0000 (14:23 +0200)
configure.ac

index bb04647c366be80b8a6a6cb41501db3e8122f281..0faa16ebebe20562ffb431bf9f16461afab71b2f 100644 (file)
@@ -732,7 +732,7 @@ if test "x$enable_pixbuf" = "xyes"; then
        EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/*;"
 fi
 if test "x$enable_xps" = "xyes"; then
-       EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/vnd.ms-xpsdocument;"
+       EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/oxps;application/vnd.ms-xpsdocument;"
 fi
 AC_SUBST(EVINCE_MIME_TYPES)