| Summary: | [patch] kmsdrm: Fail build if KMSDRM enabled but not EGL | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Wladimir J. van der Laan <laanwj> |
| Component: | video | Assignee: | Manuel Alfayate Corchete <redwindwanderer> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | brandontschaefer, sezeroz |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | kmsdrm: Fail build if KMSDRM enabled but not EGL | ||
Its between this or in the configure.ac disable the driver if EGL is not found/supported for kms/drm. I would prefer in the configure.ac as we should compile if configure is happy. Is this still an issue? I don't know. I haven't tried this particular thing in ages. This should be fixed as of https://hg.libsdl.org/SDL/rev/2926052d55f5 Closing. |
Created attachment 3152 [details] kmsdrm: Fail build if KMSDRM enabled but not EGL If this is not prevented and the build configuration somehow ends up in this state, the linker will complain about missing symbols. At least this error makes it clear that something is missing.