[SDL] Mac OS X : Dependency on X11?
Ryan C. Gordon
icculus at icculus.org
Tue Nov 27 08:36:57 PST 2007
E. Wing wrote:
> Are you using the official SDL.framework? We compiled in the X11
> support by default because we were told that it would not adversely
> affect anybody. Perhaps this is not the case? Maybe we need to change
> this policy?
It shouldn't affect anyone if SDL is dynamically loading X11...if it
wants to link directly to the X11 libs, though, it'll fail on 10.4
systems that didn't explicitly install X11 support when installing the
OS itself.
10.5 has X11 support installed by default.
We have a path in our x11 target that will fail gracefully if the
support isn't installed, and we probably aren't using that in the
framework at the moment. This is the SDL_VIDEO_DRIVER_X11_DYNAMIC stuff.
--ryan.
More information about the SDL
mailing list