Skip to content

Commit

Permalink
dinput8: Fix building with SDL
Browse files Browse the repository at this point in the history
When SDL support was introduced to dinput, it fails linking of dinput8
in a later wine version probably due to pulling in dependecies from
dinput. This commit fixes it by adding the proper depends to
Makefile.in.

Fixes: Commit 045f32e ("dinput: Add SDL support")
Fixes: Commit 0f49071 ("dinput: Implement FF effects for SDL joysticks")
CC: Aric Stewart <[email protected]> wine-mirror#3.15
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Dec 14, 2018
1 parent e43fa14 commit a27c41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/dinput8/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ C_SRCS = \
joystick_linuxinput.c \
joystick_sdl.c \
joystick_osx.c \
joystick_sdl.c \
keyboard.c \
mouse.c

Expand Down

0 comments on commit a27c41a

Please sign in to comment.