meson: remove -DGALLIUM_SOFTPIPE from st/osmesa

It's unused here, and undefined in scons. It is used in targets/osmesa,
but it's properly defined there already.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Dylan Baker 2019-09-30 11:09:44 -07:00
parent 2208d79dde
commit d855e19b87
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
libosmesa_st = static_library(
'osmesa_st',
'osmesa.c',
c_args : ['-DGALLIUM_SOFTPIPE'],
include_directories : [
inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_mapi, inc_mesa,
],