diff options
author | Dylan Baker <[email protected]> | 2019-09-30 11:09:44 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-01 12:34:27 -0700 |
commit | d855e19b87ef6ef674689404f452c7daf31e9486 (patch) | |
tree | 55307767aef498571f3387ce818b140a2ccc6fc3 /src/gallium/state_trackers | |
parent | 2208d79ddeebd1673f477611d508566ef82bd7c0 (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r-- | src/gallium/state_trackers/osmesa/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/osmesa/meson.build b/src/gallium/state_trackers/osmesa/meson.build index 912a6226f74..1e49de875b1 100644 --- a/src/gallium/state_trackers/osmesa/meson.build +++ b/src/gallium/state_trackers/osmesa/meson.build @@ -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, ], |