From 66d03fe6c82f9a9132dac7dbdd8649c97ba45415 Mon Sep 17 00:00:00 2001 From: SolDev69 Date: Mon, 18 Mar 2024 23:36:59 -0400 Subject: [PATCH] we don't need softpipe --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index c06eed86a0c..bca111df96d 100644 --- a/meson.build +++ b/meson.build @@ -1879,9 +1879,6 @@ if dep_unwind.found() endif if with_osmesa - if not with_gallium_softpipe - error('OSMesa gallium requires gallium softpipe or llvmpipe.') - endif if host_machine.system() == 'windows' osmesa_lib_name = 'osmesa' else