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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user