| Summary: | PATCH: Add KD detection under CMake | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Scott Percival <code> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Patch to add KD detection to CMake scripts | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/e2096994e8b8 |
Created attachment 1475 [details] Patch to add KD detection to CMake scripts The CMake script currently doesn't detect for SDL_INPUT_LINUXKD, leading to a broken build under Linux. Attached patch ports over the check from the autotools script.