Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow libopengl.so to be used when GLX_LIB is missing
This maintains compatibility with previous behavior of always using GLX_LIB if it is found. The only change is when there is no GLX_LIB. Previous behavior when no GLX_LIB: - abort. New behavior when no GLX_LIB: - Try to load libOpenGL.so as gl_handle (glx_handle remains NULL). - Else, abort.
- Loading branch information