From 35c8c7294be9212b547f90ec01a6ba8228560585 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Thu, 1 Jun 2006 01:25:43 +0000 Subject: [PATCH] Advertise pixbuf support, fix for the bug 343317. 2006-06-01 Wouter Bolsterlee * configure.ac: Advertise pixbuf support, fix for the bug 343317. --- ChangeLog | 5 +++++ configure.ac | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 40700f1d..3e92ea5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-01 Wouter Bolsterlee + + * configure.ac: Advertise pixbuf support, fix + for the bug 343317. + 2006-05-29 Nickolay V. Shmyrev * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh), diff --git a/configure.ac b/configure.ac index 2558bd85..3d404d81 100644 --- a/configure.ac +++ b/configure.ac @@ -311,6 +311,9 @@ fi if test "x$enable_comics" = "xyes"; then EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-cbr;application/x-cbz" fi +if test "x$enable_pixbuf" = "xyes"; then + EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/*" +fi AC_SUBST(EVINCE_MIME_TYPES) AC_CONFIG_FILES([ -- 2.43.0