From b0633ff0dc6664a47320f55c3d4cf99978820474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 9 Apr 2022 14:31:20 +0200 Subject: [PATCH] Force xserver-xorg 1.20 - 2.1 is unusable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index 7f9671c..2191020 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -101,6 +101,9 @@ DEFAULTTUNE:mortsgna := "${@armv7_tune_handler(d)}" # Extra tweaks ############################################################################### +# xorg is seriously broken with 1.20 -> 21.1 and nobody seems to care +PREFERRED_VERSION_virtual/xserver = "1.20.%" + # enable fortran for octave FORTRAN:forcevariable = ",fortran"