Check for "xcb.pc" and not "xcb-proto.pc" as the later belongs to the

"xcb-proto" package.
This commit is contained in:
tron 2010-09-11 19:30:05 +00:00
parent f1879cf915
commit 4bf320ad7f

View file

@ -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"