[cairo-commit] gtkcairo ChangeLog,1.17,1.18 configure.in,1.6,1.7

OEyvind Kolaas commit at pdx.freedesktop.org
Tue Sep 21 09:53:46 PDT 2004


Committed by: pippin

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

Modified Files:
	ChangeLog configure.in 
Log Message:
integrating changes from david reveman to get in sync with glitz


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/gtkcairo/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ChangeLog	24 Aug 2004 09:09:29 -0000	1.17
--- ChangeLog	21 Sep 2004 16:53:43 -0000	1.18
***************
*** 1,2 ****
--- 1,7 ----
+ 2004-09-21  Øyvind Kolås <oeyvindk at hig.no>
+ 	* configure.in, gtkcairo/gdkcairo.[ch]: Committed changes from 
+ 	David Reveman  <c99drn at cs.umu.se>, to bring the gl backend back
+ 	in sync with glitz API.
+ 
  2004-08-24  Øyvind Kolås <oeyvindk at hig.no>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/gtkcairo/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** configure.in	24 Aug 2004 09:09:29 -0000	1.6
--- configure.in	21 Sep 2004 16:53:43 -0000	1.7
***************
*** 13,17 ****
  # Increment any time the source changes; set to
  # 0 if you increment CURRENT
! LT_REVISION=0
  
  # Increment if any interfaces have been added; set to 0
--- 13,17 ----
  # Increment any time the source changes; set to
  # 0 if you increment CURRENT
! LT_REVISION=1
  
  # Increment if any interfaces have been added; set to 0
***************
*** 51,55 ****
  
  if test "x$use_gl" = "xyes"; then
!   PKG_CHECK_MODULES(GL, glitz-glx >= 0.1.3, [
    GTKCAIRO_CFLAGS="$GTKCAIRO_CFLAGS $GL_CFLAGS -DUSE_GL" 
    GTKCAIRO_LIBS="$GTKCAIRO_LIBS $GL_LIBS"
--- 51,55 ----
  
  if test "x$use_gl" = "xyes"; then
!   PKG_CHECK_MODULES(GL, glitz-glx >= 0.2.2, [
    GTKCAIRO_CFLAGS="$GTKCAIRO_CFLAGS $GL_CFLAGS -DUSE_GL" 
    GTKCAIRO_LIBS="$GTKCAIRO_LIBS $GL_LIBS"




More information about the cairo-commit mailing list