summaryrefslogtreecommitdiff
path: root/x11/libxcb/builtin.mk
diff options
context:
space:
mode:
authortron <tron>2010-09-11 19:09:51 +0000
committertron <tron>2010-09-11 19:09:51 +0000
commitb81e3a097eee6db42db408b67f1da6a48d4f0110 (patch)
tree36799c6ce1431a25c6f9459f5cec9a5b0e642b59 /x11/libxcb/builtin.mk
parentcad5a76f05146004a86571be2aa4f406d50cd032 (diff)
downloadpkgsrc-b81e3a097eee6db42db408b67f1da6a48d4f0110.tar.gz
Detect "libxcb" as part of the bundled X11 distribution. This brings us
one step closer to fixing PR pkg/43868 under Mac OS X.
Diffstat (limited to 'x11/libxcb/builtin.mk')
-rw-r--r--x11/libxcb/builtin.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/libxcb/builtin.mk b/x11/libxcb/builtin.mk
new file mode 100644
index 00000000000..c06bb19282a
--- /dev/null
+++ b/x11/libxcb/builtin.mk
@@ -0,0 +1,7 @@
+# $NetBSD: builtin.mk,v 1.1 2010/09/11 19:09:51 tron Exp $
+
+BUILTIN_PKG:= libxcb
+PKGCONFIG_FILE.libxcb= ${X11BASE}/lib/pkgconfig/xcb-proto.pc
+
+.include "../../mk/buildlink3/pkgconfig-builtin.mk"
+.include "../../mk/x11.builtin.mk"