From: Dylan Baker Date: Mon, 30 Sep 2019 18:09:44 +0000 (-0700) Subject: meson: remove -DGALLIUM_SOFTPIPE from st/osmesa X-Git-Tag: upstream/19.3.0~1471 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d855e19b87ef6ef674689404f452c7daf31e9486;p=platform%2Fupstream%2Fmesa.git 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 Reviewed-by: Eric Anholt --- diff --git a/src/gallium/state_trackers/osmesa/meson.build b/src/gallium/state_trackers/osmesa/meson.build index 912a622..1e49de8 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, ],