Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/bin/xwininfo link with xcb and xcb-shape.
details: https://anonhg.NetBSD.org/src/rev/62eef1e90fdf
branches: trunk
changeset: 758905:62eef1e90fdf
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Nov 20 23:45:13 2010 +0000
description:
link with xcb and xcb-shape.
diffstat:
external/mit/xorg/bin/xwininfo/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 2fbf3578ed04 -r 62eef1e90fdf external/mit/xorg/bin/xwininfo/Makefile
--- a/external/mit/xorg/bin/xwininfo/Makefile Sat Nov 20 23:34:06 2010 +0000
+++ b/external/mit/xorg/bin/xwininfo/Makefile Sat Nov 20 23:45:13 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/09 07:07:19 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/20 23:45:13 mrg Exp $
.include <bsd.own.mk>
@@ -9,8 +9,8 @@
CPPFLAGS+=-I${XWININFODIR} -I${XWININFODIR}/../include
.PATH: ${XWININFODIR}
-LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11
-DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
+LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11 -lxcb -lxcb-shape
+DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXCB} ${LIBXCB_SHAPE}
.include <bsd.x11.mk>
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index