mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
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:
parent
33456ae5a4
commit
36250e839b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user