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:
parent
0b1c72e5e2
commit
4b2d8e7677
@ -468,7 +468,9 @@ elseif (APPLE)
|
|||||||
set (SDL2_CONFIGURE --enable-video-opengl
|
set (SDL2_CONFIGURE --enable-video-opengl
|
||||||
--enable-video-cocoa)
|
--enable-video-cocoa)
|
||||||
elseif (ANDROID)
|
elseif (ANDROID)
|
||||||
set (SDL2_CONFIGURE --disable-pulseaudio)
|
set (SDL2_CONFIGURE --disable-pulseaudio
|
||||||
|
--disable-jack
|
||||||
|
--disable-jack-shared)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set (SDL2_DEPENDS zlib_Project)
|
set (SDL2_DEPENDS zlib_Project)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user