pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libxcb Check for "xcb.pc" and not "xcb-proto.pc" a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5245792b832
branches:  trunk
changeset: 580343:a5245792b832
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Sep 11 19:30:05 2010 +0000

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

diffstat:

 x11/libxcb/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 07c1c586c627 -r a5245792b832 x11/libxcb/builtin.mk
--- a/x11/libxcb/builtin.mk     Sat Sep 11 19:12:12 2010 +0000
+++ b/x11/libxcb/builtin.mk     Sat Sep 11 19:30:05 2010 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index