Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
3371:438ba87e9578 | 3372:dd11d2376e27 |
---|---|
1225 ]) | 1225 ]) |
1226 AC_MSG_RESULT($video_photon) | 1226 AC_MSG_RESULT($video_photon) |
1227 if test x$video_photon = xyes; then | 1227 if test x$video_photon = xyes; then |
1228 AC_DEFINE(SDL_VIDEO_DRIVER_PHOTON) | 1228 AC_DEFINE(SDL_VIDEO_DRIVER_PHOTON) |
1229 SOURCES="$SOURCES $srcdir/src/video/photon/*.c" | 1229 SOURCES="$SOURCES $srcdir/src/video/photon/*.c" |
1230 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lph" | 1230 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lph -lphrender" |
1231 have_video=yes | 1231 have_video=yes |
1232 | 1232 |
1233 CheckOpenGLQNX | 1233 CheckOpenGLQNX |
1234 fi | 1234 fi |
1235 fi | 1235 fi |