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/xeyes xeyes: Enable anti-aliasing with...



details:   https://anonhg.NetBSD.org/src/rev/ce21fff9a8ed
branches:  trunk
changeset: 940042:ce21fff9a8ed
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Oct 01 21:22:47 2020 +0000

description:
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 0160b7963e6f -r ce21fff9a8ed external/mit/xorg/bin/xeyes/Makefile
--- a/external/mit/xorg/bin/xeyes/Makefile      Thu Oct 01 21:00:55 2020 +0000
+++ b/external/mit/xorg/bin/xeyes/Makefile      Thu Oct 01 21:22:47 2020 +0000
@@ -1,11 +1,13 @@
-#      $NetBSD: Makefile,v 1.2 2018/03/11 08:21:24 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2020/10/01 21:22:47 nia 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