diff options
author | Pablo Barciela <[email protected]> | 2018-11-05 21:21:37 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-11-13 11:28:26 +0100 |
commit | 413f6ccdfc9db844033f1d1e5e205052eb3fd44b (patch) | |
tree | 159b6597e90ac7f82bf00221415717254bcaffc1 /configure.ac | |
parent | 91d5b0f695948b84d67ff3c0a2e6cedd010cac76 (diff) | |
download | atril-413f6ccdfc9db844033f1d1e5e205052eb3fd44b.tar.bz2 atril-413f6ccdfc9db844033f1d1e5e205052eb3fd44b.tar.xz |
comics: support application/vnd.rar MIME type
Fixes https://github.com/mate-desktop/atril/issues/341
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8b18aa70..85eb41db 100644 --- a/configure.ac +++ b/configure.ac @@ -639,7 +639,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;application/vnd.comicbook+zip;" + ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd.rar;" fi if test "x$enable_pixbuf" = "xyes"; then ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}image/*;" |