Browse Source

Remove OpenGL as compile-time dependency on linux, SDL loads it at runtime (and also GLES, if applicable)

Bart van Strien 10 years ago
parent
commit
bd271ce5cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      platform/unix/configure.ac

+ 0 - 1
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