From baae5b19a6d7bfce7670da724b2dbefeab1a83f0 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 c95fdfb0f..2dd216f0b 100644 --- a/include/meson.build +++ b/include/meson.build @@ -295,7 +295,6 @@ if host_machine.system() == 'kfreebsd' endif if host_machine.system() == 'netbsd' - supports_pccons = true supports_pcvt = true supports_wscons = true csrg_based = true