Module Name: src
Committed By: mrg
Date: Sat Nov 20 23:34:06 UTC 2010
Modified Files:
src/external/mit/xorg/bin/xsetroot: Makefile
Log Message:
also link in libXcursor now.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xsetroot/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/xsetroot/Makefile
diff -u src/external/mit/xorg/bin/xsetroot/Makefile:1.1.1.1 src/external/mit/xorg/bin/xsetroot/Makefile:1.2
--- src/external/mit/xorg/bin/xsetroot/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/xsetroot/Makefile Sat Nov 20 23:34:06 2010
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2010/11/20 23:34:06 mrg Exp $
.include <bsd.own.mk>
PROG= xsetroot
-LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11
-DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
+LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11 -lXcursor
+DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXCURSOR}
.PATH: ${X11SRCDIR.${PROG}}