From 485cd456ae9b78b9ce2f1483d29cc974c1412360 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 8 Sep 2010 14:23:03 +0200 Subject: [PATCH] [configure] Add application/oxps to list of recognised mime types --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb04647c..0faa16eb 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.43.0