summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-07-18 14:45:57 -0700
committerEric Anholt <eric@anholt.net>2019-08-13 10:29:34 -0700
commitb816edcbf40abca1e3d68b1a706f5670b3fcf4d7 (patch)
treec7babe85111e0576144aabae4df59a5dc0da9511 /meson.build
parent29cfd154e387c5acb6c4827afc826503966bfd4b (diff)
downloadmesa-b816edcbf40abca1e3d68b1a706f5670b3fcf4d7.tar.gz
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 <michel.daenzer@amd.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
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