Skip to content

Remove GLEW dependency for MacOS - #335

Open
tedwaine wants to merge 1 commit into
AcademySoftwareFoundation:developfrom
tedwaine:remove_glew_dependency_macos
Open

Remove GLEW dependency for MacOS#335
tedwaine wants to merge 1 commit into
AcademySoftwareFoundation:developfrom
tedwaine:remove_glew_dependency_macos

Conversation

@tedwaine

@tedwaine tedwaine commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Remove glew dependencies for MacOS

The dependency on the GLEW library is causing problems when building on MacOS, particularly when multiple GLEW versions have been installed on the system (e.g. if XQuartz has been installed).

It turns out that GLEW is not required on MacOS - xSTUDIO does not require any OpenGL extensions that aren't already defined in the Frameworks.OpenGL headers (or perhaps GLEW has become somewhat unnecessary on MacOS).

The changes in this commit only affect the MacOS build path and remove GLEW being added as a dependency.

Signed-off-by: Ted Waine <ted.waine@gmail.com>
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