Module Name:    src
Committed By:   mrg
Date:           Mon Aug 23 22:14:31 UTC 2021

Modified Files:
        src/external/mit/xorg/bin/xeyes: Makefile

Log Message:
updates for xeyes 1.2.0.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/mit/xorg/bin/xeyes/Makefile:1.4
--- src/external/mit/xorg/bin/xeyes/Makefile:1.3	Thu Oct  1 21:22:47 2020
+++ src/external/mit/xorg/bin/xeyes/Makefile	Mon Aug 23 22:14:31 2021
@@ -1,14 +1,16 @@
-#	$NetBSD: Makefile,v 1.3 2020/10/01 21:22:47 nia Exp $
+#	$NetBSD: Makefile,v 1.4 2021/08/23 22:14:31 mrg Exp $
 
 .include <bsd.own.mk>
 
-CPPFLAGS+=-DXRENDER
+CPPFLAGS+=-DXRENDER -DPRESENT
 
 PROG=	xeyes
 SRCS=	xeyes.c Eyes.c transform.c
 
-LDADD+=	-lXmu -lXt -lSM -lICE -lXext -lXrender -lX11 -lm
-DPADD+=	${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
+LDADD+=	-lXi -lXmu -lXt -lSM -lICE -lXext -lXrender -lX11 -lm \
+	-lxcb-xfixes -lxcb-damage -lxcb-present -lX11-xcb
+DPADD+=	${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM} \
+	${LIBXCB_XFIXES} ${LIBXCB_DAMAGE} ${LIBXCB_PRESENT} ${LIBX11_XCB} 
 
 .PATH:	${X11SRCDIR.${PROG}}
 .PATH:	${X11SRCDIR.${PROG}}/man

Reply via email to