xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 6 19:09:38 UTC 2025


 include/meson.build |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4775f547d8bfdb28efb8b1b20394ad4b856f9eb0
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Sat Jun 29 12:02:38 2024 +0200

    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 at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1588>

diff --git a/include/meson.build b/include/meson.build
index 25eb6e8a6..ac2366519 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -303,7 +303,6 @@ if host_machine.system() == 'kfreebsd'
 endif
 
 if host_machine.system() == 'netbsd'
-  supports_pccons = true
   supports_pcvt = true
   supports_wscons = true
   csrg_based = true


More information about the xorg-commit mailing list