meson: remove -DGALLIUM_SOFTPIPE from st/osmesa
authorDylan Baker <dylan@pnwbakers.com>
Mon, 30 Sep 2019 18:09:44 +0000 (11:09 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 1 Oct 2019 19:34:27 +0000 (12:34 -0700)
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>
src/gallium/state_trackers/osmesa/meson.build

index 912a622..1e49de8 100644 (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,
   ],