0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-22 06:09:11 +00:00
Lakka-LibreELEC/packages/graphics/libprojectM/patches/0001-add-enable-gl-switch.patch
Lukas Rusak 542342c24f libprojectM: update build options for opengles/opengl
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-07-06 19:48:46 -07:00

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