Skip to content

Commit

Permalink
Added flags for enabling JACK and ALSA
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Nov 20, 2023
1 parent 0a6b023 commit 352324f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ set(JUCE_COMPILE_DEFINITIONS
JUCE_USE_COREIMAGE_LOADER=0
JUCE_SILENCE_XCODE_15_LINKER_WARNING=1
JUCE_USE_XRENDER=1
JUCE_ALSA=1
JUCE_JACK=1
JUCE_JACK_CLIENT_NAME="plugdata"
)

set(PLUGDATA_COMPILE_DEFINITIONS
Expand Down

0 comments on commit 352324f

Please sign in to comment.