From d855e19b87ef6ef674689404f452c7daf31e9486 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 30 Sep 2019 11:09:44 -0700 Subject: [PATCH] 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 --- 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, ], -- 2.30.2