1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Disable explicitly jack with android

This commit is contained in:
Mathieu Schroeter 2018-06-08 20:57:04 +02:00
parent 0b1c72e5e2
commit 4b2d8e7677

View File

@ -468,7 +468,9 @@ elseif (APPLE)
set (SDL2_CONFIGURE --enable-video-opengl
--enable-video-cocoa)
elseif (ANDROID)
set (SDL2_CONFIGURE --disable-pulseaudio)
set (SDL2_CONFIGURE --disable-pulseaudio
--disable-jack
--disable-jack-shared)
endif ()
set (SDL2_DEPENDS zlib_Project)