From 540ec72c934e775f1e5662f271d5f893285c64e6 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Sat, 29 Jun 2024 12:02:38 +0200 Subject: [PATCH] (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 --- include/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/include/meson.build b/include/meson.build index f3cada695..e84a1a3a8 100644 --- a/include/meson.build +++ b/include/meson.build @@ -297,7 +297,6 @@ if host_machine.system() == 'kfreebsd' endif if host_machine.system() == 'netbsd' - supports_pccons = true supports_pcvt = true supports_wscons = true csrg_based = true