summaryrefslogtreecommitdiff
path: root/fonts/fontconfig/builtin-imake.mk
blob: 0698c062e6290c288572e995ddd53f9034188695 (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 BuildFontconfigLibrary for the presence of
 * fontconfig in the X11 distribution.
 */
builtin-test:
#if BuildFontconfigLibrary
	@echo yes
#else
	@echo no
#endif