Mercurial > sdl-ios-xcode
comparison configure.in @ 2643:91fd5d3cb90e gsoc2008_force_feedback
Made LINUXEV required for haptic.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 12 Aug 2008 20:46:39 +0000 |
parents | d551e29f086b |
children | 6d705ec89fb6 |
comparison
equal
deleted
inserted
replaced
2642:b04679da6627 | 2643:91fd5d3cb90e |
---|---|
2184 ;; | 2184 ;; |
2185 esac | 2185 esac |
2186 fi | 2186 fi |
2187 # Set up files for the haptic library | 2187 # Set up files for the haptic library |
2188 if test x$enable_haptic = xyes; then | 2188 if test x$enable_haptic = xyes; then |
2189 case $ARCH in | 2189 if test x$use_input_events = xyes; then |
2190 linux) | 2190 case $ARCH in |
2191 AC_DEFINE(SDL_HAPTIC_LINUX) | 2191 linux) |
2192 SOURCES="$SOURCES $srcdir/src/haptic/linux/*.c" | 2192 AC_DEFINE(SDL_HAPTIC_LINUX) |
2193 have_haptic=yes | 2193 SOURCES="$SOURCES $srcdir/src/haptic/linux/*.c" |
2194 ;; | 2194 have_haptic=yes |
2195 esac | 2195 ;; |
2196 esac | |
2197 fi | |
2196 fi | 2198 fi |
2197 # Set up files for the cdrom library | 2199 # Set up files for the cdrom library |
2198 if test x$enable_cdrom = xyes; then | 2200 if test x$enable_cdrom = xyes; then |
2199 case $ARCH in | 2201 case $ARCH in |
2200 linux|solaris) | 2202 linux|solaris) |