Subject: Re: CVS commit: xsrc/local/programs
To: None <mycroft@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: source-changes
Date: 04/08/2002 14:34:41
"Charles M. Hannum" <mycroft@netbsd.org> writes:

> Enable xftlsfonts.

This doesn't work with XFree 3.3, which doesn't have Xft. Is this
change appropriate, or can this be handled in the imake layer?

--- Imakefile   2002/04/04 15:32:12     1.2
+++ Imakefile   2002/04/08 12:32:03
@@ -3,7 +3,10 @@
 #define IHaveSubdirs
 #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

-SUBDIRS = x11-ssh-askpass xftlsfonts
+SUBDIRS=       x11-ssh-askpass
+.if defined(USE_XF86_4) && (${USE_XF86_4} != no)
+SUBDIRS+=      xftlsfonts
+.endif

 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))

/Johan