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 - NaCl should get its own config header
Summary: NaCl should get its own config header
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: All Linux
: P2 normal
Assignee: Gabriel Jacobo
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 18:00 UTC by Martin Gerhardy
Modified: 2014-06-20 21:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.