Module Name:    src
Committed By:   nia
Date:           Sun Oct 11 10:08:26 UTC 2020

Modified Files:
        src/external/mit/xorg/bin/xinit: Makefile

Log Message:
allow xsetroot to be used in default xinitrc


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/bin/xinit/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/xinit/Makefile
diff -u src/external/mit/xorg/bin/xinit/Makefile:1.9 src/external/mit/xorg/bin/xinit/Makefile:1.10
--- src/external/mit/xorg/bin/xinit/Makefile:1.9	Mon Sep 21 13:51:55 2020
+++ src/external/mit/xorg/bin/xinit/Makefile	Sun Oct 11 10:08:26 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2020/09/21 13:51:55 nia Exp $
+#	$NetBSD: Makefile,v 1.10 2020/10/11 10:08:26 nia Exp $
 
 .include <bsd.own.mk>
 
@@ -21,6 +21,7 @@ CPPSCRIPTFLAGS_startx=	-DXINITDIR=${XINI
 		-DXSERVER=${X11BINDIR}/X -DXTERM=${X11BINDIR}/xterm \
 		-DUXTERM=${X11BINDIR}/uxterm \
 		-DCTWM=${X11BINDIR}/ctwm \
+		-DXSETROOT=${X11BINDIR}/xsetroot \
 		-DHAS_COOKIE_MAKER \
 		-DMK_COOKIE='dd if=/dev/urandom bs=16 count=1 2>/dev/null | hexdump -e \\"%08x\\"'
 

Reply via email to