xserver: Branch 'master'

Jeremy C. Reed reed at kemper.freedesktop.org
Wed Nov 15 00:41:21 EET 2006


 configure.ac |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 2eab230d9bd3f73ffe1b5a42111f89e85904ee11 (from 26d2e45bdb0cf4d18ba7b0365425da49d60b3d5c)
Author: Jeremy C. Reed <reed at glacier.reedmedia.net>
Date:   Tue Nov 14 16:37:18 2006 -0600

    For NetBSD, define PCVT_SUPPORT (System has PCVT console).
    
    Noticed by Joerg Sonnenberger.  This fixes problem with console
    switching.
    
    This was in original imake NetBSD.cf.

diff --git a/configure.ac b/configure.ac
index 048712e..2108db4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,6 +282,7 @@ case $host_os in
   *netbsd*)
 	AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
 	AC_DEFINE(PCCONS_SUPPORT, 1, [System has PC console])
+	AC_DEFINE(PCVT_SUPPORT, 1, [System has PCVT console])
 	AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console])
 	DRI=yes
 	;;



More information about the xorg-commit mailing list