Don't build the PCVT console backend anymore.
This commit is contained in:
parent
3b5e851da5
commit
a096d7ad4a
3
xserver/configure
vendored
3
xserver/configure
vendored
@ -22574,9 +22574,6 @@ $as_echo "#define WSCONS_SUPPORT 1" >>confdefs.h
|
||||
$as_echo "#define CSRG_BASED 1" >>confdefs.h
|
||||
|
||||
|
||||
$as_echo "#define PCVT_SUPPORT 1" >>confdefs.h
|
||||
|
||||
|
||||
$as_echo "#define WSCONS_SUPPORT 1" >>confdefs.h
|
||||
|
||||
# Disable use of SIGIO by default; it breaks multi-card
|
||||
|
@ -407,7 +407,6 @@ case $host_os in
|
||||
;;
|
||||
*openbsd*)
|
||||
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
|
||||
AC_DEFINE(PCVT_SUPPORT, 1, [System has PC console])
|
||||
AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console])
|
||||
# Disable use of SIGIO by default; it breaks multi-card
|
||||
# configurations. We don't want to run thousands of lines of
|
||||
|
@ -492,7 +492,7 @@
|
||||
/* Default PCI text file ID path */
|
||||
#undef PCI_TXT_IDS_PATH
|
||||
|
||||
/* System has PC console */
|
||||
/* System has PCVT console */
|
||||
#undef PCVT_SUPPORT
|
||||
|
||||
/* Support Present extension */
|
||||
|
Loading…
Reference in New Issue
Block a user