Bug 2757 - No support for Jack Audio System

This commit is contained in:
SteveDaulton 2021-04-26 15:45:40 +01:00
parent 921f40255d
commit b4b5cc8124
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ cmd_option( ${_OPT}use_pa_jack
if( NOT ${_OPT}use_pa_jack STREQUAL "off" )
# Find it
find_package( jack )
find_package( Jack )
if( NOT JACK_FOUND)
set_cache_value( ${_OPT}use_pa_jack "off" )
endif()