From: Carlos Garcia Campos Date: Wed, 8 Sep 2010 12:23:03 +0000 (+0200) Subject: [configure] Add application/oxps to list of recognised mime types X-Git-Tag: EVINCE_2_91_0~49 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=485cd456ae9b78b9ce2f1483d29cc974c1412360;p=evince.git [configure] Add application/oxps to list of recognised mime types --- 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)