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

lib EGL and GLES2 change the name to brcmEGL and brcmGLES2 #7

Open
akmandala opened this issue Apr 8, 2018 · 3 comments
Open

lib EGL and GLES2 change the name to brcmEGL and brcmGLES2 #7

akmandala opened this issue Apr 8, 2018 · 3 comments

Comments

@akmandala
Copy link

That is pretty much the only issue on Stretch, and after that works really well, thanks.

@DavidEGrayson
Copy link
Owner

DavidEGrayson commented Apr 8, 2018

Thanks for letting me know. It's annoying that the Raspbian maintainers would do that. The only justification I can think of is that they might be providing a separate package that supplies libraries with the old names and they want both versions to be installable at the same time.

@rboorman
Copy link

I updated my Makefile...

These libraries were renamed to libbrcmEGL.so and libbrcmGLESv2.so on Stretch, in order to reduce the risk of conflicting with their libgles2-mesa-dev counterparts. Edit the Makefiles to say -lbrcmEGL -lbrcmGLESv2 instead.

@neilyoung
Copy link

The change works on a RPI 3. Too lazy, but could one make a PR of this?

New LD flags:

LDLIBS += -lbrcmGLESv2 -lbcm_host -lbrcmEGL -lm -lstdc++

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

No branches or pull requests

4 participants