Module Name: src
Committed By: christos
Date: Sun Dec 25 23:05:58 UTC 2022
Modified Files:
src/external/mit/xorg/bin/xeyes: Makefile
Log Message:
Need -lxcb for xcb_create_pixmap
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xeyes/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xeyes/Makefile
diff -u src/external/mit/xorg/bin/xeyes/Makefile:1.4 src/external/mit/xorg/bin/xeyes/Makefile:1.5
--- src/external/mit/xorg/bin/xeyes/Makefile:1.4 Mon Aug 23 18:14:31 2021
+++ src/external/mit/xorg/bin/xeyes/Makefile Sun Dec 25 18:05:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/08/23 22:14:31 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/25 23:05:58 christos Exp $
.include <bsd.own.mk>
@@ -8,9 +8,10 @@ PROG= xeyes
SRCS= xeyes.c Eyes.c transform.c
LDADD+= -lXi -lXmu -lXt -lSM -lICE -lXext -lXrender -lX11 -lm \
- -lxcb-xfixes -lxcb-damage -lxcb-present -lX11-xcb
+ -lxcb-xfixes -lxcb-damage -lxcb-present -lX11-xcb -lxcb
DPADD+= ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM} \
- ${LIBXCB_XFIXES} ${LIBXCB_DAMAGE} ${LIBXCB_PRESENT} ${LIBX11_XCB}
+ ${LIBXCB_XFIXES} ${LIBXCB_DAMAGE} ${LIBXCB_PRESENT} ${LIBX11_XCB} \
+ ${LIBXCB}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/man