pacman-packages icon indicating copy to clipboard operation
pacman-packages copied to clipboard

switch: add GLEW

Open ghost opened this issue 5 years ago • 2 comments

This should make it easier to port projects that rely on GLEW.

Some patches were necessary because GLEW assumes that the system allows you to link directly to all OpenGL 1.1 functions. This is not true for the the implementation in devkitpro which requires that all functions are loaded from EGL. To solve this the patch enables GLEW to also wrangle OpenGL 1.1.

Another change that was needed to the build system to add targets that allow you to avoid building a shared library version of GLEW.

ghost avatar Oct 25 '20 10:10 ghost

How did you submit this from an "unknown repository"? image

halotroop2288 avatar Jan 19 '24 17:01 halotroop2288

How did you submit this from an "unknown repository"? image

The account that submitted the PR has been removed. Please don't spam our PRs. We get quite enough email from this stuff as it is without necrobumping and marking PRs as "approved".

WinterMute avatar Jan 19 '24 17:01 WinterMute