summaryrefslogtreecommitdiff
path: root/x11/Xfixes/builtin.mk
blob: 5ca24d4e319958d6caab08cd0c526aa464a0f3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: builtin.mk,v 1.3 2004/10/09 06:40:48 xtraeme Exp $

_H_XFIXES=		${X11BASE}/include/X11/extensions/Xfixes.h
_FIXESEXT_PC=		${X11BASE}/lib/pkgconfig/xfixes.pc

.if !defined(IS_BUILTIN.Xfixes)
IS_BUILTIN.Xfixes=     no
.  if exists(${_H_XFIXES}) && exists(${_FIXESEXT_PC})
IS_BUILTIN.Xfixes=     yes
.  endif
.endif  # IS_BUILTIN.Xfixes

USE_BUILTIN.Xfixes?=   ${IS_BUILTIN.Xfixes}