Module Name:    src
Committed By:   mrg
Date:           Mon Jun 10 05:02:38 UTC 2013

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
add a new MKXORG_DRIVERS that defaults to yes on MKXORG platforms
besides acorn26.  useful for sets, and avoids overloading the
value of XFREE86_SERVERS.


To generate a diff of this commit:
cvs rdiff -u -r1.732 -r1.733 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.732 src/share/mk/bsd.own.mk:1.733
--- src/share/mk/bsd.own.mk:1.732	Wed Jun  5 07:41:56 2013
+++ src/share/mk/bsd.own.mk	Mon Jun 10 05:02:38 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.732 2013/06/05 07:41:56 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.733 2013/06/10 05:02:38 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -922,6 +922,17 @@ X11FLAVOUR?=	Xorg
 .endif
 
 #
+# Which platforms build the xorg-server drivers (as opposed
+# to just Xnest and Xvfb.)
+#
+.if ${X11FLAVOUR} == "Xorg" && \
+    ${MACHINE} == "acorn26"
+MKXORG_DRIVERS?=no
+.else
+MKXORG_DRIVERS?=yes
+.endif
+
+#
 # Force some options off if their dependencies are off.
 #
 

Reply via email to