diff options
author | tron <tron@pkgsrc.org> | 2010-09-11 19:09:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-09-11 19:09:51 +0000 |
commit | b1c78cd461948acd8afe463fc6038767cab80195 (patch) | |
tree | 36799c6ce1431a25c6f9459f5cec9a5b0e642b59 /x11/libxcb | |
parent | 1abaa4a713342ea93dda0ae97d535b49096daef8 (diff) | |
download | pkgsrc-b1c78cd461948acd8afe463fc6038767cab80195.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')
-rw-r--r-- | x11/libxcb/builtin.mk | 7 |
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" |