[Lunar-commits] r19783 - moonbase/trunk/python/pygtk2
Florin Braescu
florin at lunar-linux.org
Fri Apr 21 18:09:40 UTC 2006
Author: florin
Date: 2006-04-21 18:09:40 +0000 (Fri, 21 Apr 2006)
New Revision: 19783
Modified:
moonbase/trunk/python/pygtk2/DEPENDS
Log:
add pycairo as an optional depend, proposed by Davide "M3xican" Coppola.
Modified: moonbase/trunk/python/pygtk2/DEPENDS
===================================================================
--- moonbase/trunk/python/pygtk2/DEPENDS 2006-04-21 13:11:09 UTC (rev 19782)
+++ moonbase/trunk/python/pygtk2/DEPENDS 2006-04-21 18:09:40 UTC (rev 19783)
@@ -1,4 +1,5 @@
depends Python &&
depends gtk+-2 &&
-optional_depends "libglade2" "" "" "to build the libglade Python bindings"
+optional_depends "libglade2" "" "" "to build the libglade Python bindings" &&
+optional_depends "pycairo" "" "" "to enable cairo support in pango and gtk submodules"
More information about the Lunar-commits
mailing list