Source-Changes-HG archive

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

[src/trunk]: src add missing x11-xcb.pc.



details:   https://anonhg.NetBSD.org/src/rev/f70fe4f92763
branches:  trunk
changeset: 762713:f70fe4f92763
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Feb 26 09:27:20 2011 +0000

description:
add missing x11-xcb.pc.

diffstat:

 distrib/sets/lists/xcomp/mi                      |  3 ++-
 external/mit/xorg/lib/libX11/libX11-xcb/Makefile |  6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 476f96138708 -r f70fe4f92763 distrib/sets/lists/xcomp/mi
--- a/distrib/sets/lists/xcomp/mi       Sat Feb 26 07:54:48 2011 +0000
+++ b/distrib/sets/lists/xcomp/mi       Sat Feb 26 09:27:20 2011 +0000
@@ -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
diff -r 476f96138708 -r f70fe4f92763 external/mit/xorg/lib/libX11/libX11-xcb/Makefile
--- a/external/mit/xorg/lib/libX11/libX11-xcb/Makefile  Sat Feb 26 07:54:48 2011 +0000
+++ b/external/mit/xorg/lib/libX11/libX11-xcb/Makefile  Sat Feb 26 09:27:20 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index