This patch will fix some failures on surfaceless platforms
when we enable va.

Cc: [email protected]
Cc: Emil Velikov <[email protected]> 
Cc: Christian König <[email protected]>
Cc: Deepak Sharma <[email protected]>
Signed-off-by: sguttula <[email protected]>
Reviewed-by: Deepak Sharma <[email protected]>

Change-Id: I9a1b568ff308bf171d691da32a623cd2ef4c6ace
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1e7a3be..299e1a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2088,7 +2088,7 @@ else
     have_omx_platform=no
 fi
 
-if echo $platforms | grep -q "x11\|drm\|wayland"; then
+if echo $platforms | grep -q "x11\|drm\|wayland\|surfaceless"; then
     have_va_platform=yes
 else
     have_va_platform=no
-- 
2.7.4

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to