xlsclients wants xcb-atom as well.
This commit is contained in:
parent
88f40394c5
commit
9998611309
6
external/mit/xorg/bin/xlsclients/Makefile
vendored
6
external/mit/xorg/bin/xlsclients/Makefile
vendored
@ -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 @@ CPPFLAGS+= -I${DESTDIR}${X11INCDIR}
|
||||
|
||||
#BUILDSYMLINKS= xlscli.man xlsclients.man
|
||||
|
||||
LDADD+= -lxcb
|
||||
DPADD+= ${LIBXCB}
|
||||
LDADD+= -lxcb -lxcb-atom
|
||||
DPADD+= ${LIBXCB} ${LIBXCB_ATOM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user