From b816edcbf40abca1e3d68b1a706f5670b3fcf4d7 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 18 Jul 2019 14:45:57 -0700 Subject: meson: Don't require DRI classic swrast for OSMesa. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OSMesa doesn't care about this build option, it links against src/mesa/swrast regardless. Reviewed-by: Michel Dänzer --- meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 5605b92b05d..9c8768bbad0 100644 --- a/meson.build +++ b/meson.build @@ -1341,9 +1341,6 @@ else endif if with_osmesa != 'none' - if with_osmesa == 'classic' and not with_dri_swrast - error('OSMesa classic requires dri (classic) swrast.') - endif if with_osmesa == 'gallium' and not with_gallium_softpipe error('OSMesa gallium requires gallium softpipe or llvmpipe.') endif -- cgit v1.2.1