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

Fixed compilation with current mesa versions. #198

Merged
merged 1 commit into from Dec 29, 2018

Conversation

deveee
Copy link
Contributor

@deveee deveee commented Nov 14, 2018

As you can see in
https://cgit.freedesktop.org/mesa/mesa/tree/include/GL/glext.h
now the file uses _gl_glext_h instead of _glext_h
It's precisely caused by commit f7d42ee7d319256608ad60778f6787c140badada

As you can see in
https://cgit.freedesktop.org/mesa/mesa/tree/include/GL/glext.h
now the file uses __gl_glext_h_ instead of __glext_h_
It's precisely caused by commit f7d42ee7d319256608ad60778f6787c140badada
@nigels-com
Copy link
Owner

Looks good, thanks!

@mitya57
Copy link

mitya57 commented Dec 5, 2018

@nigels-com Can you merge this please? I can confirm that this patch fixes build of programs using glew with mesa 18.2.5 and 18.2.6.

@nigels-com nigels-com merged commit 7f65a36 into nigels-com:master Dec 29, 2018
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

3 participants