From 24f606e57c40b2ce816c64594c61ac3e6feac27d Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 21 Oct 2016 14:51:18 +0300 Subject: comics: support application/vnd.comicbook+zip MIME type more info at: https://git.gnome.org/browse/evince/commit/?id=71b1323 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 118a919b..07dcc196 100644 --- a/configure.ac +++ b/configure.ac @@ -625,7 +625,7 @@ if test "x$enable_tiff" = "xyes"; then ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}image/tiff;" fi if test "x$enable_comics" = "xyes"; then - ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;" + ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;" fi if test "x$enable_pixbuf" = "xyes"; then ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}image/*;" -- cgit v1.2.1