Mercurial > sdl-ios-xcode
changeset 3372:dd11d2376e27
Added phrender library linkage for QNX target.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Sat, 10 Oct 2009 15:22:16 +0000 |
parents | 438ba87e9578 |
children | 5dc34052ee6c |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Oct 10 13:22:05 2009 +0000 +++ b/configure.in Sat Oct 10 15:22:16 2009 +0000 @@ -1227,7 +1227,7 @@ if test x$video_photon = xyes; then AC_DEFINE(SDL_VIDEO_DRIVER_PHOTON) SOURCES="$SOURCES $srcdir/src/video/photon/*.c" - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lph" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lph -lphrender" have_video=yes CheckOpenGLQNX