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 compilation against GLVND instead of legacy GLX #70

Closed
wants to merge 1 commit into from
Closed

Fix compilation against GLVND instead of legacy GLX #70

wants to merge 1 commit into from

Conversation

vanfanel
Copy link
Contributor

Previously, an unreliable way to detect the modern day GLVND OpenGL implementation was used.

I changed it to a more robust way of locating the GLVND libs, using pkgconfig's pkg_search_module() function which is guaranteed to work if GLVND is present on the system.

@vanfanel vanfanel closed this Jul 27, 2024
@vanfanel vanfanel deleted the fix_glvnd_build branch July 27, 2024 13: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.

1 participant