From 692093fbdc93343dbe500128fdd23167d73036d9 Mon Sep 17 00:00:00 2001 From: luc <814640709@qq.com> Date: Sat, 15 Feb 2020 12:55:16 +0800 Subject: [PATCH] zink: confused compilation macro usage for zink in target helpers. Fixes: 8d46e35d16e ("zink: introduce opengl over vulkan") Reviewed-by: Erik Faye-Lund Tested-by: Marge Bot Part-of: --- src/gallium/auxiliary/target-helpers/sw_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/target-helpers/sw_helper.h b/src/gallium/auxiliary/target-helpers/sw_helper.h index 2fb1da527cc..e129819477d 100644 --- a/src/gallium/auxiliary/target-helpers/sw_helper.h +++ b/src/gallium/auxiliary/target-helpers/sw_helper.h @@ -82,7 +82,7 @@ sw_screen_create(struct sw_winsys *winsys) default_driver = "softpipe"; #elif defined(GALLIUM_SWR) default_driver = "swr"; -#elif defined(GALLIUM_SWR) +#elif defined(GALLIUM_ZINK) default_driver = "zink"; #else default_driver = "";