We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5545 - PATCH: OpenGL is not included in the proper tests when using CMake
Summary: PATCH: OpenGL is not included in the proper tests when using CMake
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86 Windows 10
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-10 15:46 UTC by vladius
Modified: 2021-02-10 15:53 UTC (History)
0 users

See Also:


Attachments
Provide OpenGL for CMake tests (2.03 KB, text/plain)
2021-02-10 15:46 UTC, vladius
Details
Hexadecimal unifont variant to be used in tests. (3.66 MB, patch)
2021-02-10 15:53 UTC, vladius
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vladius 2021-02-10 15:46:39 UTC
Created attachment 4792 [details]
Provide OpenGL for CMake tests

I'm including a patch to provide a portable and conditional OpenGL inclusion intro proper tests. Tested.
Comment 1 vladius 2021-02-10 15:53:12 UTC
Created attachment 4793 [details]
Hexadecimal unifont variant to be used in tests.

Even with the unifont functionality built in the testtime.c, the file is still missing from the repository and is not loaded correctly.
This patch is adding this file. The new CMakeLists.txt should already be updated with the previous patch in this issue, to copy the font to the destination build directory correctly.