From dfee189ef4dd8e1314c59fcb6f197f3aa263ea35 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 5 Jun 2021 10:41:57 +0300 Subject: [PATCH] mesa fix --- x11/library/mesa/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/library/mesa/actions.py b/x11/library/mesa/actions.py index 58817eaaf8..14ca3dbb1a 100644 --- a/x11/library/mesa/actions.py +++ b/x11/library/mesa/actions.py @@ -40,7 +40,7 @@ def setup(): -Dvalgrind=enabled \ -Dlibunwind=enabled \ -Dbuild-tests=false \ - -Dosmesa=gallium \ + -Dosmesa=true \ -Dswr-arches=avx,avx2 \ -Dgallium-opencl=icd \ " % ((libdir, ) * 2)