Check for "xcb.pc" and not "xcb-proto.pc" as the later belongs to the
"xcb-proto" package.
This commit is contained in:
parent
f1879cf915
commit
4bf320ad7f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue