meson: remove unused defines

These defines are no longer used since we removed libmesa_classic.

Fixes: e030d5ba8a ("mesa: Delete libmesa_classic")
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16213>
This commit is contained in:
Erik Faye-Lund 2022-04-28 14:05:14 +02:00 committed by Marge Bot
parent 33456ae5a4
commit 36250e839b
1 changed files with 0 additions and 3 deletions

View File

@ -1990,9 +1990,6 @@ if with_osmesa
error('OSMesa bits must be 8 if building glx or dri based drivers')
endif
osmesa_lib_name = osmesa_lib_name + osmesa_bits
pre_args += [
'-DCHAN_BITS=@0@'.format(osmesa_bits), '-DDEFAULT_SOFTWARE_DEPTH_BITS=31'
]
endif
endif