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

Fix some bugs in loading OpenGL/GLX/EGL libraries #238

Merged
merged 2 commits into from
Jan 20, 2021
Merged

Conversation

ebassi
Copy link
Collaborator

@ebassi ebassi commented Jan 20, 2021

Alternate of PR #229.

Without additional check, even if libOpenGL was loaded, libGL.so will
be loaded as well, and used both in gl_handle and glx_handle, so
libglvnd libraries will not be used.

Reviewed-by: Adam Jackson <ajax@redhat.com>

Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
… already

Reviewed-by: Adam Jackson <ajax@redhat.com>

Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
@tomeuv
Copy link

tomeuv commented Jan 20, 2021

These are enough to fix my issues. Is there anything I could do to help get them merged?

@ebassi ebassi merged commit de08cf3 into master Jan 20, 2021
@ebassi
Copy link
Collaborator Author

ebassi commented Jan 20, 2021

Since Adam already reviewed them, I just pressed the button. :-)

@ebassi ebassi deleted the pull-229-alt branch January 20, 2021 15:18
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.

3 participants