config.h.cmake | 4 ++-- configure.ac | 4 ++-- poppler-glib.pc.cmake | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit 0f0fba1b04589061449f98b9dcd8a0c4e7ad2d74 Author: Pino Toscano <[email protected]> Date: Tue Feb 16 22:00:51 2010 +0100 make the descriptions specify they refer to the Splash backend diff --git a/config.h.cmake b/config.h.cmake index 0d1e434..0097d8d 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -165,10 +165,10 @@ /* Throw exceptions to deal with not enough memory and similar problems */ #cmakedefine USE_EXCEPTIONS 1 -/* Use fixed point arithmetic */ +/* Use fixed point arithmetic in the Splash backend */ #cmakedefine USE_FIXEDPOINT 1 -/* Use single precision arithmetic */ +/* Use single precision arithmetic in the Splash backend */ #cmakedefine USE_FLOAT 1 /* Version number of package */ diff --git a/configure.ac b/configure.ac index eb0aa26..c6520a3 100644 --- a/configure.ac +++ b/configure.ac @@ -70,11 +70,11 @@ AM_CONDITIONAL(ENABLE_XPDF_HEADERS, test x$enable_xpdf_headers = xyes) AC_ARG_ENABLE(single-precision, [ --enable-single-precision use single precision arithmetic (instead of double precision) in the Splash backend], -AC_DEFINE(USE_FLOAT, [1], [Use single precision arithmetic])) +AC_DEFINE(USE_FLOAT, [1], [Use single precision arithmetic in the Splash backend])) AC_ARG_ENABLE(fixedpoint, [ --enable-fixedpoint use fixed point (instead of double precision) arithmetic in the Splash backend], -AC_DEFINE(USE_FIXEDPOINT, [1], [Use fixed point arithmetic])) +AC_DEFINE(USE_FIXEDPOINT, [1], [Use fixed point arithmetic in the Splash backend])) dnl Relocation support AC_ARG_ENABLE(relocatable, commit 39b4699020b5cfa1a10e5ef00f0e355e27b21c9f Author: Pino Toscano <[email protected]> Date: Tue Feb 16 21:56:30 2010 +0100 [CMake] reflect that poppler-glib needs cairo now diff --git a/poppler-glib.pc.cmake b/poppler-glib.pc.cmake index 5d06bab..90c8dea 100644 --- a/poppler-glib.pc.cmake +++ b/poppler-glib.pc.cmake @@ -6,7 +6,7 @@ includedir=${prefix}/include Name: poppler-glib Description: GLib wrapper for poppler Version: @POPPLER_VERSION@ -Requires: @PC_REQUIRES@ gobject-2.0 gdk-2.0 gdk-pixbuf-2.0 @CAIRO_REQ@ +Requires: poppler-cairo = @POPPLER_VERSION@ gobject-2.0 gdk-2.0 gdk-pixbuf-2.0 @PC_REQUIRES_PRIVATE@ Libs: -L${libdir} -lpoppler-glib _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
