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 2875

Summary: CMake: DLOPEN not enabled by default
Product: SDL Reporter: Sebastian Lipponer <mail>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2 CC: icculus
Version: HG 2.0Keywords: triage-2.0.4
Hardware: x86_64   
OS: Linux   
Attachments: Fix

Description Sebastian Lipponer 2015-02-11 15:15:11 UTC
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.
Comment 1 Ryan C. Gordon 2015-02-19 05:22:21 UTC
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!
Comment 2 Ryan C. Gordon 2015-03-24 07:18:02 UTC
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.
Comment 3 Ryan C. Gordon 2015-03-24 07:22:31 UTC
...actually, your patch was better, so I just applied that:

    https://hg.libsdl.org/SDL/rev/a9c73f29a15e

--ryan.