diff options
author | Eric Anholt <[email protected]> | 2019-07-18 14:45:57 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-08-13 10:29:34 -0700 |
commit | b816edcbf40abca1e3d68b1a706f5670b3fcf4d7 (patch) | |
tree | c7babe85111e0576144aabae4df59a5dc0da9511 /meson.build | |
parent | 29cfd154e387c5acb6c4827afc826503966bfd4b (diff) |
meson: Don't require DRI classic swrast for OSMesa.
OSMesa doesn't care about this build option, it links against
src/mesa/swrast regardless.
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
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 |