From f728b9d67ce1a6864ccf10b65bb4f703d9bbfc7c Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Thu, 2 Jul 2015 10:45:50 +0300 Subject: [PATCH] configure: fix the build while enabling egl as the only renderer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 47a360ff84..1f59a17422 100644 --- a/configure.ac +++ b/configure.ac @@ -951,7 +951,7 @@ dnl --------------------------------------------------------------------------- dnl -- Generate files and summary -- dnl --------------------------------------------------------------------------- -case ":$USE_X11:$USE_GLX:$USE_WAYLAND:$USE_DRM:" in +case ":$USE_X11:$USE_GLX:$USE_EGL:$USE_WAYLAND:$USE_DRM:" in *:1:*) ;; *)