Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
November 2002: [Freeciv-Dev] Re: [FreeCiv-Cvs] jdorje: Provide PNG support for gui-xaw. |
[Freeciv-Dev] Re: [FreeCiv-Cvs] jdorje: Provide PNG support for gui-xaw.[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Mike Kaufman wrote: On Wed, Nov 13, 2002 at 11:21:00AM -0800, freeciv@xxxxxxxxxxxxxxxxxxx wrote:This is an automated notification of a change to freeciv cvs, on Wed Nov 13 11:19:43 PST 2002 = Wed Nov 13 19:19:43 2002 (GMT)by Jason Dorje Short <jdorje@xxxxxxxxxxxxxxxxxxxxx> ---- Files affected: freeciv configure.ac configure.in freeciv/client/gui-xaw graphics.c ---- Log message: Tag: HEAD Provide PNG support for gui-xaw. This GUI will now refuse to load XPM graphics, but will instead only load PNG graphics using libpng and libz.whoa. Does this mean that libz is no longer an option? I'm not complaining too much here (it's ubiquitious compared to libxpm), but if true, we need to update the docs, and have configure die when doing its thing if it can'tfind it. libz is no longer optional for XAW.Configure already takes care of this by forcing the check for it. Docs may need to be updated. Funny that you should mention libxpm, though. I'm a bit torn over what to do about this: - libxpm is still required by configure. This should be removed.- Or instead, XPM support could be put back in the XAW client. This would required about 20 lines to handle checking for png vs xpm, and loading the xpm. But I don't think it's necessary. jason
|