[cairo-commit] gtkcairo ChangeLog,1.25,1.26 configure.in,1.9,1.10

David Reveman commit at pdx.freedesktop.org
Tue Jan 25 12:53:14 PST 2005


Committed by: davidr

Update of /cvs/cairo/gtkcairo
In directory gabe:/tmp/cvs-serv8387

Modified Files:
	ChangeLog configure.in 
Log Message:
Track changes to glitz

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/gtkcairo/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ChangeLog	20 Jan 2005 16:36:11 -0000	1.25
+++ ChangeLog	25 Jan 2005 20:53:11 -0000	1.26
@@ -1,3 +1,9 @@
+2005-01-25  David Reveman  <davidr at novell.com>
+
+	* configure.in: Require glitz-glx >= 0.4.0.
+
+	* gtkcairo/gdkcairo.c (gdkcairo_size_allocate): Track changes to glitz.
+
 2005-01-20  Carl Worth  <cworth at cworth.org>
 
 	* gtkcairo/gdkcairo.c: Add mising includes for stdio.h and

Index: configure.in
===================================================================
RCS file: /cvs/cairo/gtkcairo/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- configure.in	12 Nov 2004 11:47:46 -0000	1.9
+++ configure.in	25 Jan 2005 20:53:11 -0000	1.10
@@ -50,7 +50,7 @@
                [use_gl=$enableval],  [use_gl=yes])
 
 if test "x$use_gl" = "xyes"; then
-  PKG_CHECK_MODULES(GL, glitz-glx >= 0.3.0, [
+  PKG_CHECK_MODULES(GL, glitz-glx >= 0.4.0, [
   GTKCAIRO_CFLAGS="$GTKCAIRO_CFLAGS $GL_CFLAGS -DUSE_GL" 
   GTKCAIRO_LIBS="$GTKCAIRO_LIBS $GL_LIBS"
   use_gl=yes], [use_gl="no (bitrotted at the moment)"])




More information about the cairo-commit mailing list