On Fri, 2003-11-21 at 03:57, Bradley T Hughes wrote:
> On Friday 21 November 2003 06:16, Jason 'vanRijn' Kasper wrote:
> [snip]
> > ...  So, at least for the time being (read: until a real solution is
> > present), you'll need to first --disable-Xft (iirc) ...
> [snip]
> >
> > more importantly, please let me (and nyz) know if you can help get
> > these issues resolved by contributing code/patches/etc.
> 
> *cough*
> 
> [EMAIL PROTECTED] ~/src/blackbox-cvs% grep dependency_libs lib/libbt.la
> dependency_libs=' -L/usr/X11R6/lib -lXft -L/usr/local/lib -lfreetype -lz 
> -lfontconfig -lXrender -lXext -lX11'
> 
> 
> :)

right.  =:)  after a brief chat on irc, I've gotten pkgconfig working
with blackbox-CVS.  It's a teeny tiny little patch and I've just
submitted it to sourceforge.  It makes things SO much easier now for
bbtools.  It reduces about 40 lines of configure.ac crap down to this:

dnl pkgconfig checks for blackbox library
PKG_CHECK_MODULES(LIBBT, libbt)
CXXFLAGS="$CXXFLAGS $LIBBT_CFLAGS"
LIBS="$LIBS $LIBBT_LIBS"

yay!  

Brad, can you please look this over when you get a chance and commit it
soon so that I can commit my changes for bbkeys?  This will fix the
"have to --disable-Xft when you configure blackbox" problem for bbkeys,
and there would be much rejoicing in Denmark also.

Thanks!!


-- 

,-----------------------------------------------------------------//
| Jason 'vanRijn' Kasper ::  Numbers 6:22-26 
 `
 | All brontosauruses are thin at one end, much MUCH thicker 
 | in the middle, and then thin again at the far end.  That is 
 | the theory that I have and which is mine, and what it is too.  
 ,
| bash$ :(){ :|:&};:
`----------------------//


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to