Commit 4b52ecf2 authored by Ghislain MARY's avatar Ghislain MARY
Browse files

Force usage of ALSA for the Python module on Linux.

Showing with 1 addition and 1 deletion
......@@ -100,7 +100,7 @@ list(APPEND EP_linphone_CMAKE_OPTIONS "-DENABLE_RELATIVE_PREFIX=YES")
set(EP_ms2_LINKING_TYPE "-DENABLE_STATIC=YES")
list(APPEND EP_ms2_CMAKE_OPTIONS "-DENABLE_RELATIVE_PREFIX=YES")
if(UNIX AND NOT APPLE)
list(APPEND EP_ms2_CMAKE_OPTIONS "-DENABLE_GLX=NO" "-DENABLE_X11=YES" "-DENABLE_XV=YES")
list(APPEND EP_ms2_CMAKE_OPTIONS "-DENABLE_ALSA=YES" "-DENABLE_PULSEAUDIO=NO" "-DENABLE_OSS=NO" "-DENABLE_GLX=NO" "-DENABLE_X11=YES" "-DENABLE_XV=YES")
endif()
# opus
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment