Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX for #27 to work on machines where libOpenGL is not present
Apparently the advice that we should use libOpenGL really isn't universally applicable. Ubuntu 18.04 *does* seem to have it, though that might be because of an installed package. Ubuntu 19.10 does *not* have libOpenGL by default.
- Loading branch information
i think you wanted to use the
name
variable here instead of'GL'
...