| Summary: | CMake configuration auto-disables OpenGL ES support on Windows | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alex Szpakowski <amaranth72> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | EntranceJew, mark |
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Windows (All) | ||
| Attachments: | Adds the if(VIDEO_OPENGLES) section to the if(WINDOWS) block. | ||
|
Description
Alex Szpakowski
2015-07-30 00:13:10 UTC
Created attachment 2250 [details]
Adds the if(VIDEO_OPENGLES) section to the if(WINDOWS) block.
This patch fixes the issue on Windows 8.1
*** Bug 3101 has been marked as a duplicate of this bug. *** This is fixed with this commit: https://hg.libsdl.org/SDL/rev/dbcbdc2940ef |