[cairo-commit] libpixman ChangeLog,1.6,1.7 configure.in,1.8,1.9

Carl Worth commit at pdx.freedesktop.org
Fri Dec 12 10:48:01 PST 2003


Committed by: cworth

Update of /cvs/cairo/libpixman
In directory pdx:/tmp/cvs-serv5981

Modified Files:
	ChangeLog configure.in 
Log Message:

        * src/pixman.h: Fold contents of slim_export/import.h directly
        into this file to avoid dependence on external slim package.

        * src/icint.h:
        * src/pixregionint.h: Use quote-based include now that
        slim_internal is an internal file.

        * src/icint.h: Follow convention of other files for
        multi-inclusion guard (_IC_INT_H_)


        * configure.in: Remove cruft.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ChangeLog	10 Dec 2003 23:42:01 -0000	1.6
--- ChangeLog	12 Dec 2003 18:47:59 -0000	1.7
***************
*** 1,2 ****
--- 1,17 ----
+ 2003-12-12  Carl Worth  <cworth at east.isi.edu>
+ 
+ 	* src/pixman.h: Fold contents of slim_export/import.h directly
+ 	into this file to avoid dependence on external slim package.
+ 
+ 	* src/icint.h:
+ 	* src/pixregionint.h: Use quote-based include now that
+ 	slim_internal is an internal file.
+ 	
+ 	* src/icint.h: Follow convention of other files for
+ 	multi-inclusion guard (_IC_INT_H_)
+ 	
+ 
+ 	* configure.in: Remove cruft.
+ 
  2003-12-10  Dave Beckett  <Dave.Beckett at bristol.ac.uk>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** configure.in	10 Dec 2003 00:05:29 -0000	1.8
--- configure.in	12 Dec 2003 18:47:59 -0000	1.9
***************
*** 38,49 ****
  dnl ===========================================================================
  
- dnl SLIM_REQUIRED=0.2.0
- dnl PKG_CHECK_MODULES(LIBPIXMAN, slim >= $SLIM_REQUIRED)
- 
- AC_SUBST(LIBPIXMAN_CFLAGS)
- AC_SUBST(LIBPIXMAN_LIBS)
- 
- dnl ===========================================================================
- 
  AC_OUTPUT([
  libpixman.pc
--- 38,41 ----





More information about the cairo-commit mailing list