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

Commit

Permalink
Made LINUXEV required for haptic.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 12, 2008
1 parent a2bc693 commit 02ea14d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions configure.in
Expand Up @@ -2186,13 +2186,15 @@ case "$host" in
fi
# Set up files for the haptic library
if test x$enable_haptic = xyes; then
case $ARCH in
linux)
AC_DEFINE(SDL_HAPTIC_LINUX)
SOURCES="$SOURCES $srcdir/src/haptic/linux/*.c"
have_haptic=yes
;;
esac
if test x$use_input_events = xyes; then
case $ARCH in
linux)
AC_DEFINE(SDL_HAPTIC_LINUX)
SOURCES="$SOURCES $srcdir/src/haptic/linux/*.c"
have_haptic=yes
;;
esac
fi
fi
# Set up files for the cdrom library
if test x$enable_cdrom = xyes; then
Expand Down

0 comments on commit 02ea14d

Please sign in to comment.