[cairo-commit] cairo ChangeLog, 1.1167, 1.1168 configure.in, 1.154, 1.155

Carl Worth commit at pdx.freedesktop.org
Thu Dec 15 08:58:10 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv24064

Modified Files:
	ChangeLog configure.in 
Log Message:

2005-12-15  Carl Worth  <cworth at cworth.org>

        * configure.in: Make poppler check require poppler >= 0.4.1.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1167
retrieving revision 1.1168
diff -u -d -r1.1167 -r1.1168
--- ChangeLog	15 Dec 2005 03:56:09 -0000	1.1167
+++ ChangeLog	15 Dec 2005 16:58:08 -0000	1.1168
@@ -1,3 +1,7 @@
+2005-12-15  Carl Worth  <cworth at cworth.org>
+
+	* configure.in: Make poppler check require poppler >= 0.4.1.
+
 2005-12-14  Stuart Parmenter <pavlov at pavlov.net>
 	* test/cairo-test.c: #define access _access and
 	#define F_OK to 0 on for MSVC

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- configure.in	15 Dec 2005 00:22:06 -0000	1.154
+++ configure.in	15 Dec 2005 16:58:08 -0000	1.155
@@ -442,7 +442,7 @@
 if test "x$use_pdf" = "xyes"; then
   PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1"
   PDF_LIBS=-lz
-  PKG_CHECK_MODULES(POPPLER, poppler-glib pango gtk+-2.0, [test_pdf=yes], [test_pdf=no])
+  PKG_CHECK_MODULES(POPPLER, poppler-glib >= 0.4.1 pango gtk+-2.0, [test_pdf=yes], [test_pdf=no])
   if test "x$test_pdf" = "xyes"; then
     AC_DEFINE([CAIRO_CAN_TEST_PDF_SURFACE], 1, [Define to 1 if the PDF backend can be tested (need poppler and other dependencies for pdf2png)])
   else



More information about the cairo-commit mailing list