netbsd: disable pccons support

On NetBSD, pccons is (almost) dead: only remaining port is arc,
but only on some specific kernel, which is unlikely to be used
for running X.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1588>
(cherry picked from commit 4775f547d8)
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-29 12:02:38 +02:00 committed by Alan Coopersmith
parent 5951f1f415
commit 9dbc6bb4cc

View file

@ -302,7 +302,6 @@ if host_machine.system() == 'kfreebsd'
endif
if host_machine.system() == 'netbsd'
supports_pccons = true
supports_pcvt = true
supports_wscons = true
csrg_based = true