[cairo-commit] cairo-ocaml configure.ac,1.19,1.20 README,1.4,1.5

Olivier Andrieu commit at pdx.freedesktop.org
Mon Nov 13 13:08:42 PST 2006


Committed by: oandrieu

Update of /cvs/cairo/cairo-ocaml
In directory kemper:/tmp/cvs-serv11136

Modified Files:
	configure.ac README 
Log Message:
README, configure.ac: update dependencies: need GTK+ >= 2.8

src/cairo_lablgtk.mli: fix doc (no more alternate implementation for
  GTK+ < 2.8)


Index: configure.ac
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/configure.ac,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- configure.ac	8 Nov 2006 23:42:34 -0000	1.19
+++ configure.ac	13 Nov 2006 21:08:39 -0000	1.20
@@ -20,7 +20,7 @@
 
   if test "$LABLGTKDIR" ; then
     # Check for gdk-pixbuf
-    PKG_CHECK_MODULES(GDK, cairo gdk-2.0 gdk-pixbuf-2.0, :, use_gtk=no)
+    PKG_CHECK_MODULES(GDK, cairo gdk-2.0 >= 2.8 gdk-pixbuf-2.0, :, use_gtk=no)
   else
     use_gtk=no
   fi

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README	10 Aug 2005 23:45:14 -0000	1.4
+++ README	13 Nov 2006 21:08:39 -0000	1.5
@@ -20,10 +20,10 @@
 Dependencies
 ============
 
- ocaml          3.08
- cairo          0.6.0
- libsvg-cairo   optional 0.1.5
- LablGTK        optional
+ ocaml          >= 3.08
+ cairo          >= 1.2.0
+ libsvg-cairo   optional >= 0.1.5
+ LablGTK	optional, GTK+ >= 2.8
 
 
 Documentation



More information about the cairo-commit mailing list