]> www.fi.muni.cz Git - evince.git/blobdiff - configure.ac
Support for PDF, PS and EPS compressed files. Fixes bug #307087.
[evince.git] / configure.ac
index 8fd8424609fded70b6a18f37060c6696e88e5e83..360d51e4bf7d887521127e447aee8d2bbdb88ac9 100644 (file)
@@ -26,6 +26,8 @@ GNOME_COMPILE_WARNINGS
 GNOME_CXX_WARNINGS
 GNOME_DEBUG_CHECK
 
+GTK_DOC_CHECK(1.0)
+
 GETTEXT_PACKAGE=evince
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
@@ -40,7 +42,7 @@ dnl Check dependencies
 # SHELL_CFLAGS     for shell implementation.
 # SHELL_LIBS
 
-DBUS_GLIB_REQUIRED=0.71
+DBUS_GLIB_REQUIRED=0.70
 GTK_REQUIRED=2.8.15
 KEYRING_REQUIRED=0.4.0
 
@@ -379,10 +381,10 @@ dnl ================== End of impress book checks ==============================
 dnl =================== Mime types list ====================================================
 
 if test "x$enable_pdf" = "xyes" ; then
-       EVINCE_MIME_TYPES="application/pdf"
+       EVINCE_MIME_TYPES="application/pdf;application/x-bzpdf;application/x-gzpdf"
 fi
 if test "x$enable_ps" = "xyes" ; then
-       EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-gzpostscript"
+       EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/postscript;application/x-gzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps"
 fi
 if test "x$enable_dvi" = "xyes"; then
        EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-dvi"
@@ -431,12 +433,14 @@ data/icons/22x22/apps/Makefile
 data/icons/22x22/actions/Makefile
 data/icons/24x24/Makefile
 data/icons/24x24/apps/Makefile
-data/icons/24x24/action/Makefile
+data/icons/24x24/actions/Makefile
 data/icons/48x48/Makefile
 data/icons/48x48/apps/Makefile
 data/icons/scalable/Makefile
 data/icons/scalable/apps/Makefile
 help/Makefile
+help/reference/Makefile
+help/reference/version.xml
 libdocument/Makefile
 Makefile
 po/Makefile.in
@@ -453,6 +457,7 @@ Configure summary:
        Print Support......:  $enable_print
        DBUS Support.......:  $enable_dbus
        Nautilus Plugin....:  $HAVE_NAUTILUS
+       Gtk-Doc Support....:  $enable_gtk_doc
 
        PDF Backend........:  $enable_pdf
        PostScript Backend.:  $enable_ps