Summary: | Incorrect version check for pycairo | ||
---|---|---|---|
Product: | pycairo | Reporter: | Wouter Bolsterlee <uws+freedesktop> |
Component: | general | Assignee: | Steve Chaplin <d74n5pohf9> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Proposed patch which fixes the logic |
Description
Wouter Bolsterlee
2005-09-09 09:38:15 UTC
Created attachment 3211 [details] [review] Proposed patch which fixes the logic Or remove the third line at all ;) In that case, also bump the required pygtk version to 2.7 The cairo.gtk module was written as a temporary solution to allow pygtk to use pycairo. Now pygtk >= 2.7.0 supports pycairo, so cairo.gtk is no longer needed, and will eventually be deprecated and deleted. examples/gtk/text.py shows how to use pycairo with pygtk. I've updated the INSTALL file to say: If pygtk >= 2.7.0 is detected then cairo.gtk is not built since pycairo is now supported directly by pygtk. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.