[PATCH] XWin: Fix for static libXfont use
Jon TURNEY
jon.turney at dronecode.org.uk
Tue Jul 6 14:43:25 PDT 2010
On 06/07/2010 22:29, Yaakov (Cygwin/X) wrote:
> On Mon, 2010-06-28 at 18:41 +0100, Jon TURNEY wrote:
>> On reflection, it seems there are no users of libXfont apart from xserver that
>> we care about on cygwin, so we might as well fix it like that
>
> Not quite, there is still bdftopcf.
This is true. The comment is already rather overlong, so I didn't go into
details about how bdftopcf fortunately just happens to still link on cygwin
with a static libXfont with this change because it doesn't pull in any .o from
libXfont.a which references serverGeneration.
This isn't a very clean way of fixing the problem, but I don't really see any
good alternatives.
More information about the xorg-devel
mailing list