From 34938a33fa89fc0cb53ceba8c6709dc399811ea0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 Jul 2019 18:35:32 +0200 Subject: [PATCH] (Orbis) Add HAVE_GLSL --- Makefile.orbis | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.orbis b/Makefile.orbis index 0266f25da4..2b7d5ede2e 100644 --- a/Makefile.orbis +++ b/Makefile.orbis @@ -35,6 +35,7 @@ else HAVE_7ZIP := 1 HAVE_EGL := 1 HAVE_MENU_WIDGETS := 1 + HAVE_GLSL := 1 HAVE_OPENGLES := 1 HAVE_NETWORKING := 0 HAVE_SOCKET_LEGACY := 0