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:
parent
27acd6ffd8
commit
4daae34181
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user