Mercurial > sdl-ios-xcode
comparison README.MiNT @ 1569:50d9888d201d
Fixed bug #167
The configure script parses the value of $X_LIBS when looking at the
--enable-x11-shared, which is getting set on Ubuntu 5.10 to "-L/usr/X11R6/lib"
... however, Ubuntu stores all the Xlib stuff in /usr/lib.
The end result in SDL is that the dynamic X11 stuff gets disabled by default,
unless you override like this:
./configure --x-libraries=/usr/lib
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Mar 2006 09:51:33 +0000 |
parents | 2405517b5eab |
children | 6dbe2a67b23b 28db418c7573 |
comparison
equal
deleted
inserted
replaced
1568:1f3f39f9cfcf | 1569:50d9888d201d |
---|