Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for building against vendor-neutral GLVND on Linux/EGL #329

Merged
merged 1 commit into from
Oct 28, 2021

Conversation

vanfanel
Copy link
Contributor

The correct way to link against OpenGL on modern GNU/Linux systems (ie: X11 is a legacy windows server, there could be no windows server at all, etc) is not linking against GLX (-lGL) but using vendor-neutral GLVND (-lOpenGL).
This is what this new Makefile does. So building with:

make SYSTEM=linux-egl-glvnd

...is the way.

@nigels-com nigels-com merged commit 8e2e31e into nigels-com:master Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants