From 0498f8ba1c954d67e69b2d4c4c19c17079e2f379 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 1 Jun 2019 07:46:39 -0700 Subject: [PATCH] Revert "(EGL) Turn EGL off by default for now until we figure out how" This reverts commit 8076d06c2484e080ef394186d9738fb3b082ccb1. This seems to work again. --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 6157f5b73a..a5c5e4439d 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -78,7 +78,7 @@ HAVE_SUNXI=no # Sunxi video support HAVE_WAYLAND=auto # Wayland support C89_WAYLAND=no CXX_WAYLAND=no -HAVE_EGL=no # EGL context support +HAVE_EGL=auto # EGL context support HAVE_VG=auto # OpenVG support HAVE_CG=auto # Cg shader support HAVE_HLSL=no # HLSL9 shader support (for Direct3D9)