From c6edddc0112adbfc523bb5256d79117110823bfa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 1 Apr 2021 10:14:20 +0200 Subject: extra/mesa: disable osmesa completely on i486 --- extra/mesa/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/mesa/PKGBUILD') diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index e6fb6f65..9171347e 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -22,7 +22,7 @@ if [ "$CARCH" = 'i486' ]; then s/\(-D gallium-drivers=\)\S\+ /\1 / s/-D gallium-omx=bellagio // s/-D gallium-opencl=\S\+ // - s/-D osmesa=gallium // + s/-D osmesa=true /-D osmesa=false / s/\(-D gallium-\S\+=\)enabled /\1disabled /g s/\(-D gallium-nine=\)true /\1false /g s/\(-D vulkan-drivers=\)\S\+ /\1 / -- cgit v1.2.3