Subject: Re: CVS commit: xsrc/xfree/xc/programs/xftlsfonts
To: None <tech-x11@netbsd.org>
From: Matthias Scheler <tron@zhadum.de>
List: tech-x11
Date: 04/08/2002 18:36:13
In article <200204081228.NAA12436@cam-mail2.cambridge.arm.com>,
Richard Earnshaw <rearnsha@arm.com> writes:
> Better still would be to put it in xfree/local/programs. It contains a
> dependency on a header that isn't in our old X sources
> (xfree/xc/lib/Xft/Xft.h).
That can be handled via "Imake" magic. From the lastest version of
"xsrc/local>cat programs/Imakefile":
#ifndef UseFreetype2
#define UseFreetype2 NO
#endif
#if UseFreetype2
FTSRCDIR = xftlsfonts
#endif
SUBDIRS = x11-ssh-askpass $(FTSRCDIR)
Kind regards
--
Matthias Scheler http://scheler.de/~matthias/