(submit/netbsd-pccons) 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>
This commit is contained in:
parent
05c63d2a02
commit
dd628f24e5
|
@ -294,7 +294,6 @@ if host_machine.system() == 'kfreebsd'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if host_machine.system() == 'netbsd'
|
if host_machine.system() == 'netbsd'
|
||||||
supports_pccons = true
|
|
||||||
supports_pcvt = true
|
supports_pcvt = true
|
||||||
supports_wscons = true
|
supports_wscons = true
|
||||||
csrg_based = true
|
csrg_based = true
|
||||||
|
|
Loading…
Reference in New Issue