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

Commit

Permalink
Added hiddi library linkage when GF target is available for QNX
Browse files Browse the repository at this point in the history
  • Loading branch information
llmike committed Apr 28, 2009
1 parent 9738aef commit bd5ae6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.in
Expand Up @@ -1279,6 +1279,10 @@ CheckQNXGF()
AC_DEFINE(SDL_VIDEO_DRIVER_QNXGF)
SOURCES="$SOURCES $srcdir/src/video/qnxgf/*.c"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lgf"

# Add HIDDI library for HID support using GF
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lhiddi"

have_video=yes

CheckOpenGLESQNX
Expand Down

0 comments on commit bd5ae6a

Please sign in to comment.