summaryrefslogtreecommitdiff
path: root/x11/compositeext/builtin.mk
blob: 7daee9c30b675fe9e1aac22fac2335e3c43bcf89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: builtin.mk,v 1.2 2004/10/08 04:02:35 xtraeme Exp $

_COMPOSITE_H=	${X11BASE}/include/X11/extensions/composite.h
_COMPOSITE_PROTO_H=	${X11BASE}/include/X11/extensions/compositeproto.h

.if !defined(IS_BUILTIN.compositeext)
IS_BUILTIN.compositeext=     no
.  if exists(${_COMPOSITE_H}) && exists(${_COMPOSITE_PROTO_H})
IS_BUILTIN.compositeext=     yes
.  endif
.endif  # IS_BUILTIN.compositeext

USE_BUILTIN.compositeext?=   ${IS_BUILTIN.compositeext}