[cairo-commit] gtkcairo ChangeLog,1.32,1.33 configure.in,1.11,1.12

Carl Worth commit at pdx.freedesktop.org
Sat Oct 8 19:38:06 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog configure.in 
Log Message:

2005-10-08  Carl Worth  <cworth at cworth.org>

        Port to latest glitz (thanks to sunmoon1997 <sunmoon1997 at gmail.com>)

        * configure.in: Require glitz 0.5.0 or newer.

        * gtkcairo/gdkcairo.c: (gdkcairo_realize),
        (gdkcairo_size_allocate): Track glitz API changes.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/gtkcairo/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- ChangeLog	7 Aug 2005 22:57:09 -0000	1.32
+++ ChangeLog	9 Oct 2005 02:38:04 -0000	1.33
@@ -1,3 +1,12 @@
+2005-10-08  Carl Worth  <cworth at cworth.org>
+
+	Port to latest glitz (thanks to	sunmoon1997 <sunmoon1997 at gmail.com>)
+
+	* configure.in: Require glitz 0.5.0 or newer.
+	
+	* gtkcairo/gdkcairo.c: (gdkcairo_realize),
+	(gdkcairo_size_allocate): Track glitz API changes.
+
 2005-08-06  Bertram Felgenhauer  <int-e at gmx.de>
 
 	* README: added note about cairo support in upcoming GTK+.

Index: configure.in
===================================================================
RCS file: /cvs/cairo/gtkcairo/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- configure.in	7 Aug 2005 22:57:09 -0000	1.11
+++ configure.in	9 Oct 2005 02:38:04 -0000	1.12
@@ -50,7 +50,7 @@
                [use_gl=$enableval],  [use_gl=yes])
 
 if test "x$use_gl" = "xyes"; then
-  PKG_CHECK_MODULES(GL, glitz-glx >= 0.4.0, [
+  PKG_CHECK_MODULES(GL, glitz-glx >= 0.5.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