| Summary: | CMake: DLOPEN not enabled by default | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sebastian Lipponer <mail> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | Keywords: | triage-2.0.4 |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Fix | ||
Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though!
I fixed this bug while fixing the Wayland and Mir dynamic loading in the CMake script, so I think we're good to go here now.
https://hg.libsdl.org/SDL/rev/93ba64cb5e16
--ryan.
...actually, your patch was better, so I just applied that:
https://hg.libsdl.org/SDL/rev/a9c73f29a15e
--ryan.
|
Created attachment 2028 [details] Fix The shared object loading component (CMake option SDL_DLOPEN) is not enabled by default, even though it is intended to be enabled by default. See the attached patch.