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
1 changed files with 6 additions and 0 deletions

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