[cairo-commit] cairo-ocaml configure.ac, 1.17, 1.18 ChangeLog, 1.28, 1.29

Olivier Andrieu commit at pdx.freedesktop.org
Tue Dec 13 14:42:04 PST 2005


Committed by: oandrieu

Update of /cvs/cairo/cairo-ocaml
In directory gabe:/tmp/cvs-serv6245

Modified Files:
	configure.ac ChangeLog 
Log Message:
* src/*lablgtk*: sync cairo_lablgtk module with the gdk_cairo_* API of GTK+ 2.8.
* test/*: adapt


Index: configure.ac
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- configure.ac	3 Nov 2005 14:47:03 -0000	1.17
+++ configure.ac	13 Dec 2005 22:42:02 -0000	1.18
@@ -10,8 +10,9 @@
 
 # Optional GTK support (for the X11 backend)
 AC_ARG_WITH(gtk, 
-	    AS_HELP_STRING([--with-gtk],[X11 backend support via GTK+ and LablGTK]),
+	    AS_HELP_STRING([--with-gtk],[Cairo/GTK+ integration via LablGTK]),
 	    use_gtk=$withval, use_gtk=yes)
+AC_ARG_VAR(LABLGTKDIR,[Location of the LablGTK library])
 
 if test $use_gtk = yes ; then
   # Check for LablGTK

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ChangeLog	13 Dec 2005 22:34:31 -0000	1.28
+++ ChangeLog	13 Dec 2005 22:42:02 -0000	1.29
@@ -4,6 +4,10 @@
 	Cairo_ps.set_dpi 
 
 	* src/Makefile, src*gtkcairo*: drop gtkcairo support.
+
+	* src/*lablgtk*: sync cairo_lablgtk module with the gdk_cairo_*
+	API of GTK+ 2.8.
+	* test/*: adapt
 	
 2005-11-03  Olivier Andrieu  <oliv__a at users.sourceforge.net>
 



More information about the cairo-commit mailing list