From d68a91467efab8ef8a8f98589dd4c21b993b6e14 Mon Sep 17 00:00:00 2001 From: Juanjo MarĂ­n Date: Fri, 11 Dec 2009 13:40:43 +0000 Subject: [comics] Add support for cbt files Fixes bgo#588266. --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e7daa95..fc05dbc 100644 --- a/configure.ac +++ b/configure.ac @@ -700,7 +700,7 @@ if test "x$enable_tiff" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/tiff;" fi if test "x$enable_comics" = "xyes"; then - EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;" + EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;" fi if test "x$enable_pixbuf" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/*;" -- cgit v0.9.1