summaryrefslogtreecommitdiff
path: root/x11/fixesext
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-09-21 17:42:21 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-09-21 17:42:21 +0000
commitcd87a1a37635102ae0a4109c0a2ddf7a907f9dc3 (patch)
treea4894816225a80cabbee17b8e719080c15484c52 /x11/fixesext
parentf620d0c75b97190ee7d5c75ceebf89560e3e14c1 (diff)
downloadpkgsrc-cd87a1a37635102ae0a4109c0a2ddf7a907f9dc3.tar.gz
X.org >= 6.8.0 already contains this library...
Diffstat (limited to 'x11/fixesext')
-rw-r--r--x11/fixesext/builtin.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fixesext/builtin.mk b/x11/fixesext/builtin.mk
new file mode 100644
index 00000000000..0058eef87c3
--- /dev/null
+++ b/x11/fixesext/builtin.mk
@@ -0,0 +1,13 @@
+# $NetBSD: builtin.mk,v 1.1 2004/09/21 17:43:42 xtraeme Exp $
+
+_H_XFIXESPROTO= ${X11BASE}/include/X11/extensions/xfixesproto.h
+_H_XFIXESWIRE= ${X11BASE}/include/X11/extensions/xfixeswire.h
+
+.if !defined(IS_BUILTIN.fixesext)
+IS_BUILTIN.fixesext= no
+. if exists(${_H_XFIXESPROTO}) && exists(${_H_XFIXESWIRE})
+IS_BUILTIN.fixesext= yes
+. endif
+.endif # IS_BUILTIN.fixesext
+
+USE_BUILTIN.fixesext?= ${IS_BUILTIN.fixesext}