1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00

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

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()