Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/external/mit/xorg/bin/xeyes Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/2296a60112c0
branches:  netbsd-9
changeset: 940257:2296a60112c0
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Oct 08 15:43:15 2020 +0000

description:
Pull up following revision(s) (requested by nia in ticket #1098):

        external/mit/xorg/bin/xeyes/Makefile: revision 1.3

xeyes: Enable anti-aliasing with XRENDER

If you prefer the "classic" look, "xeyes +render"

diffstat:

 external/mit/xorg/bin/xeyes/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 53fa2cd4a757 -r 2296a60112c0 external/mit/xorg/bin/xeyes/Makefile
--- a/external/mit/xorg/bin/xeyes/Makefile      Thu Oct 08 15:40:52 2020 +0000
+++ b/external/mit/xorg/bin/xeyes/Makefile      Thu Oct 08 15:43:15 2020 +0000
@@ -1,11 +1,13 @@
-#      $NetBSD: Makefile,v 1.2 2018/03/11 08:21:24 mrg Exp $
+#      $NetBSD: Makefile,v 1.2.4.1 2020/10/08 15:43:15 martin Exp $
 
 .include <bsd.own.mk>
 
+CPPFLAGS+=-DXRENDER
+
 PROG=  xeyes
 SRCS=  xeyes.c Eyes.c transform.c
 
-LDADD+=        -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
+LDADD+=        -lXmu -lXt -lSM -lICE -lXext -lXrender -lX11 -lm
 DPADD+=        ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
 
 .PATH: ${X11SRCDIR.${PROG}}



Home | Main Index | Thread Index | Old Index