[cairo-commit] glitz ChangeLog,1.5,1.6 configure.in,1.2,1.3
David Reveman
commit at pdx.freedesktop.org
Fri Apr 9 15:13:59 PDT 2004
- Previous message: [cairo-commit] cairo ChangeLog, 1.174, 1.175 NEWS, 1.6,
1.7 configure.in, 1.49, 1.50
- Next message: [cairo-commit] cairoxx pixman.hh,NONE,1.1 pixman.hpp,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory pdx:/tmp/cvs-serv6319
Modified Files:
ChangeLog configure.in
Log Message:
Backend detection similar to cairo
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** a/ChangeLog 6 Apr 2004 16:28:03 -0000 1.5
--- b/ChangeLog 9 Apr 2004 22:13:57 -0000 1.6
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-04-10 David Reveman <c99drn at cs.umu.se>
+
+ * configure.in: Backend detection similar to cairo.
+
2004-04-06 David Reveman <c99drn at cs.umu.se>
Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/configure.in 31 Mar 2004 14:55:39 -0000 1.2
--- b/configure.in 9 Apr 2004 22:13:57 -0000 1.3
***************
*** 171,187 ****
echo ""
! echo "Building backends:"
!
! if [[ "x$use_glx" = "xyes" ]]; then
! echo " glx: Yes";
! else
! echo " glx: No";
! fi
!
! if [[ "x$use_agl" = "xyes" ]]; then
! echo " agl: Yes";
! else
! echo " agl: No";
! fi
!
echo ""
--- 171,176 ----
echo ""
! echo "glitz will be compiled with the following backends:"
! echo " GLX: $use_glx"
! echo " AGL: $use_agl"
echo ""
- Previous message: [cairo-commit] cairo ChangeLog, 1.174, 1.175 NEWS, 1.6,
1.7 configure.in, 1.49, 1.50
- Next message: [cairo-commit] cairoxx pixman.hh,NONE,1.1 pixman.hpp,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list