Ticket #27266: patch-enthought-kiva-agg-setup.py.diff
File patch-enthought-kiva-agg-setup.py.diff, 441 bytes (added by klaus.zimmermann@…, 14 years ago) |
---|
-
enthought/kiva/agg/setup.py
old new 79 79 if sys.platform=='win32': 80 80 plat = 'win32' 81 81 elif sys.platform == 'darwin': 82 plat = 'gl' 82 #plat = 'gl' 83 plat = 'x11' 83 84 else: 84 85 #plat = 'gtk1' # use with gtk1, it's fast 85 86 plat = 'x11' # use with gtk2, it's slow but reliable