|
@@ -3902,6 +3902,9 @@ AS_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
|
|
|
SOURCES="$SOURCES $srcdir/src/joystick/iphoneos/*.m"
|
|
|
SOURCES="$SOURCES $srcdir/src/joystick/steam/*.c"
|
|
|
have_joystick=yes
|
|
|
+ else
|
|
|
+ # Need this code for accelerometer as joystick support
|
|
|
+ SOURCES="$SOURCES $srcdir/src/joystick/iphoneos/*.m"
|
|
|
fi
|
|
|
# Set up files for the haptic library
|
|
|
#if test x$enable_haptic = xyes; then
|