1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Bug 2425 - Linux: No MIDI support

This commit is contained in:
Leland Lucius 2020-05-10 02:34:22 -05:00
parent 27acd6ffd8
commit 4daae34181

View File

@ -3,6 +3,12 @@ add_library( ${TARGET} STATIC )
def_vars()
if( CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD" )
if( ${_OPT}use_pa_alsa )
find_package( ALSA )
endif()
endif()
list( APPEND SOURCES
PRIVATE
${TARGET_ROOT}/pm_common/portmidi.c