summaryrefslogtreecommitdiff
path: root/x11/Xrender/builtin-imake.mk
blob: 0e225d1d135e5d778fbf547921dd6b4bcaa65f95 (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:03:27 jlam Exp $

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