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

OpenGL & Linux CI fixes #88

Merged
merged 2 commits into from
Dec 26, 2024
Merged

OpenGL & Linux CI fixes #88

merged 2 commits into from
Dec 26, 2024

Conversation

dpogue
Copy link
Member

@dpogue dpogue commented Dec 25, 2024

  • Linux CI was failing on the newer ubuntu-24.04 runners because libjpeg and libpng need to be installed

  • Was getting weird link errors from OpenGL on Linux CI as well, so I tried moving to letting Qt handle all the OpenGL function stuff, but that still wasn't working. Seems the actual solution is to use the OpenGL::GL module in CMake rather than the OPENGL_gl_LIBRARY 🤷🏼‍♂️
    I can undo the Qt changes if we prefer to keep it as it was

Need to install libjpeg and libpng dependencies
@zrax zrax merged commit 902b11e into H-uru:master Dec 26, 2024
4 checks passed
@dpogue dpogue deleted the linux-ci-fix branch December 26, 2024 21:49
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.

2 participants