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:
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user