summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2010-09-11 19:09:51 +0000
committertron <tron>2010-09-11 19:09:51 +0000
commitcbe74195e117b1627447ff27d682648d1f4aed47 (patch)
tree36799c6ce1431a25c6f9459f5cec9a5b0e642b59 /x11
parentc2b9d679c0d22d44d86dabf65ea0b4392c8fe47a (diff)
downloadpkgsrc-cbe74195e117b1627447ff27d682648d1f4aed47.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')
-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"