summaryrefslogtreecommitdiff
path: root/fonts/Xft2/builtin-imake.mk
blob: 173c5fbd0a4480110baaf6b62cd23f155abd4484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
XCOMM $NetBSD: builtin-imake.mk,v 1.1 2005/06/01 18:02:48 jlam Exp $

/*
 * Check the value of BuildXftLibrary for the presence of
 * Xft2 in the X11 distribution.
 */
builtin-test:
#if BuildXftLibrary
	@echo yes
#else
	@echo no
#endif