diff --git a/configure.in b/configure.in index 0d3d57e14..5b61e8b3e 100644 --- a/configure.in +++ b/configure.in @@ -1452,10 +1452,9 @@ case "$target" in # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" #fi # Set up files for the joystick library - # (No joystick support yet) if test x$enable_joystick = xyes; then - JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" - JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" + JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS bsd" + JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS bsd/libjoystick_bsd.la" fi # Set up files for the cdrom library if test x$enable_cdrom = xyes; then @@ -1504,10 +1503,9 @@ case "$target" in AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la" fi # Set up files for the joystick library - # (No joystick support yet) if test x$enable_joystick = xyes; then - JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" - JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" + JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS bsd" + JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS bsd/libjoystick_bsd.la" fi # Set up files for the cdrom library if test x$enable_cdrom = xyes; then @@ -1564,10 +1562,9 @@ case "$target" in SYSTEM_LIBS="$SYSTEM_LIBS -lossaudio" fi # Set up files for the joystick library - # (No joystick support yet) if test x$enable_joystick = xyes; then - JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy" - JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la" + JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS bsd" + JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS bsd/libjoystick_bsd.la" fi # Set up files for the cdrom library if test x$enable_cdrom = xyes; then diff --git a/docs.html b/docs.html index 15bd1c00d..d1ba67d19 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@ be found at the main SDL page. Major changes since SDL 1.0.0: