[cairo-commit] rendertest ChangeLog,1.4,1.5 configure.in,1.2,1.3

David Reveman commit at pdx.freedesktop.org
Mon Sep 6 15:54:46 PDT 2004


Committed by: davidr

Update of /cvs/cairo/rendertest
In directory gabe:/tmp/cvs-serv11214

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

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ChangeLog	6 Sep 2004 22:28:24 -0000	1.4
--- ChangeLog	6 Sep 2004 22:54:44 -0000	1.5
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-09-07  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* configure.in: Require glitz >= 0.2.1.
+ 
  2004-09-06  David Reveman  <c99drn at cs.umu.se>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** configure.in	3 Sep 2004 14:29:26 -0000	1.2
--- configure.in	6 Sep 2004 22:54:44 -0000	1.3
***************
*** 85,89 ****
  
  if test "x$use_glitz_glx" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.2.0, [use_glitz_glx=yes], [
    use_glitz_glx=no])
  fi
--- 85,89 ----
  
  if test "x$use_glitz_glx" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.2.1, [use_glitz_glx=yes], [
    use_glitz_glx=no])
  fi
***************
*** 105,109 ****
  
  if test "x$use_glitz_agl" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.2.0, [use_glitz_agl=yes], [
    use_glitz_agl=no])
  fi
--- 105,109 ----
  
  if test "x$use_glitz_agl" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.2.1, [use_glitz_agl=yes], [
    use_glitz_agl=no])
  fi




More information about the cairo-commit mailing list