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/xlsclients xlsclients wants xcb-atom a...



details:   https://anonhg.NetBSD.org/src/rev/de9128d3be9f
branches:  trunk
changeset: 756455:de9128d3be9f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 18 11:21:43 2010 +0000

description:
xlsclients wants xcb-atom as well.

diffstat:

 external/mit/xorg/bin/xlsclients/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a661bcb08cce -r de9128d3be9f external/mit/xorg/bin/xlsclients/Makefile
--- a/external/mit/xorg/bin/xlsclients/Makefile Sun Jul 18 10:58:06 2010 +0000
+++ b/external/mit/xorg/bin/xlsclients/Makefile Sun Jul 18 11:21:43 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/07/18 10:58:06 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2010/07/18 11:21:43 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,8 +8,8 @@
 
 #BUILDSYMLINKS=        xlscli.man xlsclients.man
 
-LDADD+=        -lxcb
-DPADD+=        ${LIBXCB}
+LDADD+=        -lxcb -lxcb-atom
+DPADD+=        ${LIBXCB} ${LIBXCB_ATOM}
 
 .PATH: ${X11SRCDIR.${PROG}}
 



Home | Main Index | Thread Index | Old Index