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

cannot enable OpenGL on (cmake oversight) #741

Closed
theofficialgman opened this issue Mar 20, 2025 · 1 comment · Fixed by #749
Closed

cannot enable OpenGL on (cmake oversight) #741

theofficialgman opened this issue Mar 20, 2025 · 1 comment · Fixed by #749
Assignees

Comments

@theofficialgman
Copy link

Issue

https://github.com/azahar-emu/azahar/blame/3783ac9f496887dfb01337ffe0ed0346428560e4/CMakeLists.txt#L85

@OpenSauce04

this cmake format cannot be overridden via cmake command line arguments so the source needs to be patched if the user or packager wants to build in OpenGL support on aarch64 linux. There is no good reason to prevent this from happening.

@OpenSauce04
Copy link
Member

OpenSauce04 commented Mar 20, 2025

OpenGL was originally disabled on aarch64 due to some hardware not properly supporting OpenGL and people reporting issues, but at the time I didn't consider that it may be appropriate in some cases to re-enable support if a user wishes to.

Will make a correction to be included in the final 2120 release. Thanks for bringing this up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants