anholt / libepoxy

Epoxy is a library for handling OpenGL function pointer management for you
Other
677 stars 161 forks source link

Add EGL include directories #256

Closed ghost closed 2 years ago

ghost commented 3 years ago

Although libepoxy includes EGL as its (optional) dependency, it does not respect the include directory flags required by that dependency. On some platforms like Broadcom, this path is non-standard and libepoxy needs to take that into account.

This patch ensures that libepoxy includes any flags for the platform EGL.

ebassi commented 2 years ago

Fixed by #261