DINGUX: Disable sdl_net and cloud due to the outdated toolchain
This commit is contained in:
parent
2d39f75b7d
commit
6f9583a3b6
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -2763,6 +2763,10 @@ if test -n "$_host"; then
|
|||
_optimization_level=-O3
|
||||
# Disable alsa midi to get the port build on OpenDingux toolchain
|
||||
_alsa=no
|
||||
# Disable cloud and SDL_Net due to outdated toolchain
|
||||
_cloud=no
|
||||
_sdlnet=no
|
||||
_libcurl=no
|
||||
_vkeybd=yes
|
||||
_build_hq_scalers=no
|
||||
_keymapper=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue