Bug#350458: Xft.h includes freetype headers, .pc file does not reflect this

2006-02-05 Thread Steve Langasek
On Sun, Feb 05, 2006 at 12:42:25PM -0500, David Nusinow wrote: > On Sun, Feb 05, 2006 at 04:59:25AM -0800, Steve Langasek wrote: > > tags 350458 patch > > thanks > > Attached is a patch to add the freetype cflags back into the xft.pc file. > > The previous patch was also apparently not tested for

Bug#350458: Xft.h includes freetype headers, .pc file does not reflect this

2006-02-05 Thread David Nusinow
On Sun, Feb 05, 2006 at 12:42:25PM -0500, David Nusinow wrote: > On Sun, Feb 05, 2006 at 04:59:25AM -0800, Steve Langasek wrote: > > tags 350458 patch > > thanks > > > > Attached is a patch to add the freetype cflags back into the xft.pc file. > > The previous patch was also apparently not tested

Bug#350458: Xft.h includes freetype headers, .pc file does not reflect this

2006-02-05 Thread David Nusinow
On Sun, Feb 05, 2006 at 04:59:25AM -0800, Steve Langasek wrote: > tags 350458 patch > thanks > > Attached is a patch to add the freetype cflags back into the xft.pc file. > The previous patch was also apparently not tested for static linking, since > it depended on variables that weren't defined a

Bug#350458: Xft.h includes freetype headers, .pc file does not reflect this

2006-02-05 Thread Steve Langasek
tags 350458 patch thanks Attached is a patch to add the freetype cflags back into the xft.pc file. The previous patch was also apparently not tested for static linking, since it depended on variables that weren't defined anywhere in the .pc file... :) Let me know if you'd like an NMU for this bug

Bug#350458: Xft.h includes freetype headers, .pc file does not reflect this

2006-01-29 Thread Decklin Foster
Package: libxft-dev Version: 2.1.8.2-2 Severity: normal Please see #349318 for context. In the fix for that bug, ${freetypelibs} ${xrenderlibs} were moved from Libs: to Libs.private: in xft.pc. At some later point, ${freetypecflags} ${xrendercflags} were removed from Cflags: to reflect this. Howe