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

cmake: Allow ENABLE_OPENGL option to be overridden on Linux aarch64 #749

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

OpenSauce04
Copy link
Member

@OpenSauce04 OpenSauce04 commented Mar 20, 2025

Closes #741

This option was originally disabled due to some devices not supporting OpenGL, however it was implemented by hardcoding the option to be set to OFF via CMAKE_DEPENDENT_OPTION.

This change now allows the user to manually set ENABLE_OPENGL to ON in the CMake options, which was previously not possible.

Will self-review this because the change is tiny and it is very easy to verify that this code is working properly.

This option was originally disabled due to some devices not supporting OpenGL, however it was implemented by hardcoding the option to be set to OFF via CMAKE_DEPENDENT_OPTION. This change now allows the user to manually set ENABLE_OPENGL to ON in the CMake options, which was previously not possible.
@OpenSauce04 OpenSauce04 force-pushed the linux-aarch64-opengl branch from 703c9a7 to 20004cb Compare March 20, 2025 17:17
@OpenSauce04
Copy link
Member Author

Successfully tested locally on both aarch64 and x86-64 Linux

@OpenSauce04 OpenSauce04 merged commit 2f28911 into azahar-emu:master Mar 20, 2025
12 checks passed
@OpenSauce04 OpenSauce04 deleted the linux-aarch64-opengl branch March 20, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot enable OpenGL on (cmake oversight)
1 participant