summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-10-21 14:51:18 +0300
committermonsta <[email protected]>2016-10-21 14:52:57 +0300
commit24f606e57c40b2ce816c64594c61ac3e6feac27d (patch)
treedc71f5f1c27e8c499cd74531cdb3f138bd8cd7f1 /configure.ac
parent4f653fb4bae6c7b5d163f85b4431ba5eea09cef5 (diff)
downloadatril-24f606e57c40b2ce816c64594c61ac3e6feac27d.tar.bz2
atril-24f606e57c40b2ce816c64594c61ac3e6feac27d.tar.xz
comics: support application/vnd.comicbook+zip MIME type
more info at: https://git.gnome.org/browse/evince/commit/?id=71b1323
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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/*;"