[cairo-commit] pycairo ChangeLog,1.179,1.180 INSTALL,1.1,1.2
Steve Chaplin
commit at pdx.freedesktop.org
Sat Sep 10 17:52:37 PDT 2005
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv15650
Modified Files:
ChangeLog INSTALL
Log Message:
'SC'
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- ChangeLog 5 Sep 2005 12:31:05 -0000 1.179
+++ ChangeLog 11 Sep 2005 00:52:35 -0000 1.180
@@ -1,3 +1,8 @@
+2005-09-11 Steve Chaplin <steve1097 at yahoo.com.au>
+
+ * INSTALL: explain that cairo.gtk is not built if pygtk >= 2.7.0 is
+ detected.
+
2005-09-05 Steve Chaplin <steve1097 at yahoo.com.au>
* README : note that libsvg-cairo, Numeric, and PyGTK are NOT required,
Index: INSTALL
===================================================================
RCS file: /cvs/cairo/pycairo/INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- INSTALL 5 Feb 2005 07:26:32 -0000 1.1
+++ INSTALL 11 Sep 2005 00:52:35 -0000 1.2
@@ -18,6 +18,10 @@
$prefix/lib/pythonX.Y/site-packages to the PYTHONPATH variable.
If libsvg-cairo, PyGTK or Numeric Python are detected optional modules will
-be compiled. To disable PyGTK support use
+be compiled.
+However, if PyGTK >= 2.7.0 is detected then cairo.gtk is not built since
+pycairo is now supported directly by PyGTK.
+
+To disable PyGTK support use
$ ./configure --without-pygtk
More information about the cairo-commit
mailing list