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

CMake: Prefer GLVND for OpenGL. #6792

Merged
merged 1 commit into from
May 9, 2018
Merged

CMake: Prefer GLVND for OpenGL. #6792

merged 1 commit into from
May 9, 2018

Conversation

degasus
Copy link
Member

@degasus degasus commented May 9, 2018

We have to decide if we want to link to
libGL.so -- legacy
libOpenGL.so -- GLVND

As we use xxxGetProcAddress, we don't care about feature
levels of the linked library, so we're very fine with the
new way.

We have to decide if we want to link to
libGL.so -- legacy
libOpenGL.so -- GLVND

As we use xxxGetProcAddress, we don't care about feature
levels of the linked library, so we're very fine with the
new way.
@Tilka Tilka merged commit e2deb15 into dolphin-emu:master May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants