Skip to content

Commit

Permalink
od: Actually build sdl2 joystick translator driver
Browse files Browse the repository at this point in the history
We have to run autogen.sh for the new `--enable-joystick-translator`
to be supported.

Signed-off-by: Gleb Mazovetskiy <[email protected]>
  • Loading branch information
glebm committed Oct 30, 2023
1 parent 5f2f74a commit ad93413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions board/opendingux/package/sdl2/sdl2.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
SDL2_CONF_OPTS += --enable-joystick-translator
SDL2_AUTORECONF = YES
define SDL2_RUN_AUTOGEN
cd $(@D) && PATH=$(BR_PATH) ./autogen.sh
endef
SDL2_PRE_CONFIGURE_HOOKS += SDL2_RUN_AUTOGEN

0 comments on commit ad93413

Please sign in to comment.