diff options
| author | martin <martin@NetBSD.org> | 2020-10-08 15:43:15 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-10-08 15:43:15 +0000 |
| commit | aadc468bd43a8d4b2618f2aac7ec08035b3fbc4e (patch) | |
| tree | 122c463a90529aaf77c116c88880d6441d75ddce /external | |
| parent | a961c8135ea7e5ff1db9cce73efe7077b9fc8cf1 (diff) | |
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 (limited to 'external')
| -rw-r--r-- | external/mit/xorg/bin/xeyes/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/external/mit/xorg/bin/xeyes/Makefile b/external/mit/xorg/bin/xeyes/Makefile index 3731aed8ed8..32e86d53abd 100644 --- a/external/mit/xorg/bin/xeyes/Makefile +++ b/external/mit/xorg/bin/xeyes/Makefile @@ -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}} |
