Re: [ANNOUNCE] libXfont2 2.0.0

2015-12-13 Thread Thomas Klausner
On Tue, Dec 08, 2015 at 08:48:03PM -0800, Keith Packard wrote: > Here's the first version of a new libXfont2 library; it's the same as > the old libXfont libary, but has a shiny new API/ABI that avoids > referencing symbols in the X server directly. The code for the X server > to use this version i

Re: [ANNOUNCE] libXfont2 2.0.0

2015-12-11 Thread Keith Packard
Thomas Klausner writes: > Thanks for the release. I assumed that for now this should be > parallel-installable with libXfont(1), but there is one common file > for both of them: > > include/X11/fonts/fontconf.h > > Can you please fix that? I've pushed the fix to master; I can do another release.

Re: [ANNOUNCE] libXfont2 2.0.0

2015-12-09 Thread Keith Packard
Matt Turner writes: > I think you forgot to git add a file in the m4/ directory? I'm getting > > ./configure: line 19207: syntax error near unexpected token `with_cflags,' > ./configure: line 19207: ` CC_CHECK_FLAGS_APPEND(with_cflags, CFLAGS,' Hrm. 'make distcheck' worked, but 'm4/attributes.m4

Re: [ANNOUNCE] libXfont2 2.0.0

2015-12-09 Thread Matt Turner
On Tue, Dec 8, 2015 at 8:48 PM, Keith Packard wrote: > > Here's the first version of a new libXfont2 library; it's the same as > the old libXfont libary, but has a shiny new API/ABI that avoids > referencing symbols in the X server directly. The code for the X server > to use this version is await