summaryrefslogtreecommitdiff
path: root/app/xtsscale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/xtsscale/Makefile')
-rw-r--r--app/xtsscale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xtsscale/Makefile b/app/xtsscale/Makefile
index 2d8bb9d88..4d37e3fa4 100644
--- a/app/xtsscale/Makefile
+++ b/app/xtsscale/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2009/12/07 21:21:02 matthieu Exp $
+# $OpenBSD: Makefile,v 1.9 2010/01/22 07:47:54 matthieu Exp $
.include <bsd.xconf.mk>
PROG= xtsscale
@@ -10,7 +10,7 @@ LIBXCB= -lxcb
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \
-I${.CURDIR}/../../driver/xf86-input-ws/include
-LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lXext -lX11 \
+LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lXrandr -lXext -lX11 \
${LIBXCB} -lXau -lXdmcp -lfontconfig -lexpat -lfreetype -lz
CFLAGS+= -Wall