Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk add a new MKXORG_DRIVERS that defaults to yes on MK...



details:   https://anonhg.NetBSD.org/src/rev/049d6e73d643
branches:  trunk
changeset: 787302:049d6e73d643
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 10 05:02:38 2013 +0000

description:
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.

diffstat:

 share/mk/bsd.own.mk |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 8631f7e0ef1d -r 049d6e73d643 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Jun 10 05:01:44 2013 +0000
+++ b/share/mk/bsd.own.mk       Mon Jun 10 05:02:38 2013 +0000
@@ -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 @@
 .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.
 #
 



Home | Main Index | Thread Index | Old Index