diff options
author | tron <tron@pkgsrc.org> | 2010-09-11 19:30:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-09-11 19:30:05 +0000 |
commit | 4bf320ad7fa7f547a3781d519bf7abd7e7b6fa03 (patch) | |
tree | 993cf0b6f27f70d85371c4946a0c05abc8f1c2c9 /x11/libxcb | |
parent | f1879cf91594e3e3664458d5ac7b3220880c9cc8 (diff) | |
download | pkgsrc-4bf320ad7fa7f547a3781d519bf7abd7e7b6fa03.tar.gz |
Check for "xcb.pc" and not "xcb-proto.pc" as the later belongs to the
"xcb-proto" package.
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxcb/builtin.mk b/x11/libxcb/builtin.mk index c06bb19282a..2fdd80c6208 100644 --- a/x11/libxcb/builtin.mk +++ b/x11/libxcb/builtin.mk @@ -1,7 +1,7 @@ -# $NetBSD: builtin.mk,v 1.1 2010/09/11 19:09:51 tron Exp $ +# $NetBSD: builtin.mk,v 1.2 2010/09/11 19:30:05 tron Exp $ BUILTIN_PKG:= libxcb -PKGCONFIG_FILE.libxcb= ${X11BASE}/lib/pkgconfig/xcb-proto.pc +PKGCONFIG_FILE.libxcb= ${X11BASE}/lib/pkgconfig/xcb.pc .include "../../mk/buildlink3/pkgconfig-builtin.mk" .include "../../mk/x11.builtin.mk" |