Module Name: src
Committed By: mrg
Date: Fri May 31 06:47:07 UTC 2013
Modified Files:
src/external/mit/xorg/bin/xev: Makefile
Log Message:
this needs xrandr now.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xev/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xev/Makefile
diff -u src/external/mit/xorg/bin/xev/Makefile:1.2 src/external/mit/xorg/bin/xev/Makefile:1.3
--- src/external/mit/xorg/bin/xev/Makefile:1.2 Fri May 31 06:24:05 2013
+++ src/external/mit/xorg/bin/xev/Makefile Fri May 31 06:47:07 2013
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2013/05/31 06:24:05 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2013/05/31 06:47:07 mrg Exp $
.include <bsd.own.mk>
PROG= xev
-LDADD+= -lX11
-DPADD+= ${LIBX11}
+LDADD+= -lX11 -lXrandr
+DPADD+= ${LIBX11} ${LIBXRANDR}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/man