xeyes: Enable anti-aliasing with XRENDER

If you prefer the "classic" look, "xeyes +render"
This commit is contained in:
nia 2020-10-01 21:22:47 +00:00
parent a6badb282d
commit 618a5a1ff2
1 changed files with 4 additions and 2 deletions

View File

@ -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}}