mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-22 06:09:11 +00:00
542342c24f
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
14 lines
463 B
Diff
14 lines
463 B
Diff
diff --color -Naur a/configure.ac b/configure.ac
|
|
--- a/configure.ac 2021-02-20 11:40:39.000000000 -0800
|
|
+++ b/configure.ac 2023-07-06 16:06:18.679702443 -0700
|
|
@@ -37,7 +37,8 @@
|
|
enable_sdl=yes
|
|
], [
|
|
dnl Running in a normal OS (not emscripten)
|
|
- AX_CHECK_GL
|
|
+ AC_ARG_ENABLE([gl], AS_HELP_STRING([--enable-gl], [OpenGL support]), [], [enable_gl=no])
|
|
+ AS_IF([test "x$enable_gl" = "xyes"], [AX_CHECK_GL])
|
|
|
|
# check OS if mac or linux
|
|
AC_CANONICAL_HOST
|