mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +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()
|
def_vars()
|
||||||
|
|
||||||
|
if( CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD" )
|
||||||
|
if( ${_OPT}use_pa_alsa )
|
||||||
|
find_package( ALSA )
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
list( APPEND SOURCES
|
list( APPEND SOURCES
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${TARGET_ROOT}/pm_common/portmidi.c
|
${TARGET_ROOT}/pm_common/portmidi.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user