Mercurial > sdl-ios-xcode
diff configure.in @ 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 | ca6f355e44b2 |
children | 294fb5e6f301 |
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