Module Name: src
Committed By: mrg
Date: Sat Feb 26 09:27:21 UTC 2011
Modified Files:
src/distrib/sets/lists/xcomp: mi
src/external/mit/xorg/lib/libX11/libX11-xcb: Makefile
Log Message:
add missing x11-xcb.pc.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libX11/libX11-xcb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/xcomp/mi
diff -u src/distrib/sets/lists/xcomp/mi:1.123 src/distrib/sets/lists/xcomp/mi:1.124
--- src/distrib/sets/lists/xcomp/mi:1.123 Wed Feb 23 07:53:29 2011
+++ src/distrib/sets/lists/xcomp/mi Sat Feb 26 09:27:20 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.123 2011/02/23 07:53:29 mrg Exp $
+# $NetBSD: mi,v 1.124 2011/02/26 09:27:20 mrg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -6438,6 +6438,7 @@
./usr/X11R7/lib/pkgconfig/trapproto.pc -unknown- xorg
./usr/X11R7/lib/pkgconfig/videoproto.pc -unknown- xorg
./usr/X11R7/lib/pkgconfig/x11.pc -unknown- xorg
+./usr/X11R7/lib/pkgconfig/x11-xcb.pc -unknown- xorg
./usr/X11R7/lib/pkgconfig/xau.pc -unknown- xorg
./usr/X11R7/lib/pkgconfig/xaw6.pc -unknown- xorg
./usr/X11R7/lib/pkgconfig/xaw7.pc -unknown- xorg
Index: src/external/mit/xorg/lib/libX11/libX11-xcb/Makefile
diff -u src/external/mit/xorg/lib/libX11/libX11-xcb/Makefile:1.1 src/external/mit/xorg/lib/libX11/libX11-xcb/Makefile:1.2
--- src/external/mit/xorg/lib/libX11/libX11-xcb/Makefile:1.1 Wed Feb 23 07:53:30 2011
+++ src/external/mit/xorg/lib/libX11/libX11-xcb/Makefile Sat Feb 26 09:27:20 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/23 07:53:30 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2011/02/26 09:27:20 mrg Exp $
NOLINT= 1
@@ -6,6 +6,7 @@
LIB= X11-xcb
+.PATH: ${X11SRCDIR.X11}/src
SRCS+= x11_xcb.c
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11
@@ -13,7 +14,8 @@
LIBDPLIBS+= \
X11 ${.CURDIR}/../../libX11/dynamic
-.PATH: ${X11SRCDIR.X11}/src
+PKGDIST= X11
+PKGCONFIG= x11-xcb
.include <bsd.x11.mk>
.include <bsd.lib.mk>