Skip to content
  • Kenneth Moreland's avatar
    Modify build to handle non-X-based OpenGL · db6d61ca
    Kenneth Moreland authored
    Specifically, I am trying to compile the code on OSX. OSX uses OpenGL
    libraries in a different directory than most other installs (including
    X11) and does not generally support GLX. These changes remove the files
    that support GLX in systems that do not support it.
    
    I also added several header files to the CMake lists that were not there
    but should have been.
    db6d61ca