From bd271ce5cb1dee2fa8f29e88eb51bf6ba2dff7b0 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sun, 15 Mar 2015 21:37:04 +0100 Subject: [PATCH] Remove OpenGL as compile-time dependency on linux, SDL loads it at runtime (and also GLES, if applicable) --- platform/unix/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/unix/configure.ac b/platform/unix/configure.ac index 1adb42118..e64d32ac3 100644 --- a/platform/unix/configure.ac +++ b/platform/unix/configure.ac @@ -63,7 +63,6 @@ PKG_CHECK_MODULES([zlib], [zlib], [], [LOVE_MSG_ERROR([zlib])]) # Other libraries AC_SEARCH_LIBS([sqrt], [m], [], [LOVE_MSG_ERROR([the C math library])]) AC_SEARCH_LIBS([PHYSFS_init], [physfs], [], [LOVE_MSG_ERROR([PhysicsFS])]) -AC_SEARCH_LIBS([glDrawArrays], [GL], [], [LOVE_MSG_ERROR([OpenGL])]) AC_SEARCH_LIBS([tjInitCompress], [turbojpeg], [], [LOVE_MSG_ERROR([TurboJPEG])]) # Lua, treated seperately because of --with-lua