mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 11:10:17 +01:00
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.
This commit is contained in:
parent
26d2e45bdb
commit
2eab230d9b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue