Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added phrender library linkage for QNX target.
Browse files Browse the repository at this point in the history
  • Loading branch information
llmike committed Oct 10, 2009
1 parent 1c618a6 commit 76461d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -1227,7 +1227,7 @@ AC_HELP_STRING([--enable-video-photon], [use QNX Photon video driver [[default=y
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
Expand Down

0 comments on commit 76461d2

Please sign in to comment.