Merge branch 'android_deps' of https://github.com/DDRBoxman/MPD
This commit is contained in:
commit
823d6c9c0f
|
@ -59,6 +59,8 @@ configure_args += [
|
|||
'-Dandroid_ndk=' + ndk_path,
|
||||
'-Dandroid_abi=' + android_abi,
|
||||
'-Dandroid_strip=' + toolchain.strip,
|
||||
'-Dopenssl:asm=disabled',
|
||||
'-Dwrap_mode=forcefallback'
|
||||
]
|
||||
|
||||
from build.meson import configure as run_meson
|
||||
|
|
|
@ -85,6 +85,7 @@ project(
|
|||
'libmpdclient:documentation=false',
|
||||
'libmpdclient:test=false',
|
||||
'openssl:build_cli=false',
|
||||
'openssl:asm=disabled',
|
||||
'opus:docs=disabled',
|
||||
'opus:extra-programs=disabled',
|
||||
'opus:tests=disabled',
|
||||
|
|
Loading…
Reference in New Issue