Mesa (master): meson: remove -DGALLIUM_SOFTPIPE from st/osmesa

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 1 19:35:12 UTC 2019


Module: Mesa
Branch: master
Commit: d855e19b87ef6ef674689404f452c7daf31e9486
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d855e19b87ef6ef674689404f452c7daf31e9486

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon Sep 30 11:09:44 2019 -0700

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 at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/gallium/state_trackers/osmesa/meson.build | 1 -
 1 file changed, 1 deletion(-)

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,
   ],




More information about the mesa-commit mailing list