DINGUX: Disable sdl_net and cloud due to the outdated toolchain

This commit is contained in:
Eugene Sandulenko 2016-09-03 00:12:43 +02:00
parent 2d39f75b7d
commit 6f9583a3b6

4
configure vendored
View file

@ -2763,6 +2763,10 @@ if test -n "$_host"; then
_optimization_level=-O3 _optimization_level=-O3
# Disable alsa midi to get the port build on OpenDingux toolchain # Disable alsa midi to get the port build on OpenDingux toolchain
_alsa=no _alsa=no
# Disable cloud and SDL_Net due to outdated toolchain
_cloud=no
_sdlnet=no
_libcurl=no
_vkeybd=yes _vkeybd=yes
_build_hq_scalers=no _build_hq_scalers=no
_keymapper=no _keymapper=no