[cairo-commit] libglc ChangeLog,1.17,1.18 configure.in,1.4,1.5
David Reveman
commit at pdx.freedesktop.org
Fri Dec 12 18:28:46 PST 2003
Committed by: davidr
Update of /cvs/cairo/libglc
In directory pdx:/tmp/cvs-serv24569
Modified Files:
ChangeLog configure.in
Log Message:
Directly fold in slim stuff rather than depending on it from an external package
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libglc/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ChangeLog 9 Dec 2003 19:50:45 -0000 1.17
--- ChangeLog 13 Dec 2003 02:28:43 -0000 1.18
***************
*** 1,2 ****
--- 1,12 ----
+ 2003-12-13 <c99drn at cs.umu.se>
+
+ * configure.in: External slim package is no longer required.
+
+ * src/glc.h: Directly fold in slim stuff rather than
+ depending on it from an external package.
+
+ * src/glcint.h: Directly fold in slim stuff rather than
+ depending on it from an external package.
+
2003-12-09 <c99drn at cs.umu.se>
Index: configure.in
===================================================================
RCS file: /cvs/cairo/libglc/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** configure.in 5 Dec 2003 23:48:01 -0000 1.4
--- configure.in 13 Dec 2003 02:28:43 -0000 1.5
***************
*** 28,32 ****
dnl ===========================================================================
- SLIM_REQUIRED=0.2.0
RENDER_REQUIRED=0.8
--- 28,31 ----
***************
*** 76,80 ****
dnl ===========================================================================
! PKG_CHECK_MODULES(LIBGLC, slim >= $SLIM_REQUIRED render >= $RENDER_REQUIRED)
AC_SUBST(LIBGLC_CFLAGS)
AC_SUBST(LIBGLC_LIBS)
--- 75,79 ----
dnl ===========================================================================
! PKG_CHECK_MODULES(LIBGLC, render >= $RENDER_REQUIRED)
AC_SUBST(LIBGLC_CFLAGS)
AC_SUBST(LIBGLC_LIBS)
More information about the cairo-commit
mailing list