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 2590

Summary: NaCl should get its own config header
Product: SDL Reporter: Martin Gerhardy <martin.gerhardy>
Component: buildAssignee: Gabriel Jacobo <gabomdq>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: gabomdq
Version: HG 2.1   
Hardware: All   
OS: Linux   

Description Martin Gerhardy 2014-06-17 18:00:33 UTC
NaCl should get its own config header in SDL_config.h. This would allow us to build SDL in tree for NaCl. Currently it takes SDL_config_minimal.h which defines SDL_FILESYSTEM_DUMMY and you get multiple defined symbols of SDL_GetBasePath and SDL_GetPrefPath

Btw. there should be a NaCl entry in the OS selection now ;)
Comment 1 Gabriel Jacobo 2014-06-20 21:08:30 UTC
I don't see the advantage of having a dedicated header (which we then need to mantain) when the header created by configure works fine. Feel free to explain further if you are interested.