External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
718B

  1. diff --git a/modules/juce_audio_devices/juce_audio_devices.h b/modules/juce_audio_devices/juce_audio_devices.h
  2. index 0cc0a4496..f0eb557e5 100644
  3. --- a/modules/juce_audio_devices/juce_audio_devices.h
  4. +++ b/modules/juce_audio_devices/juce_audio_devices.h
  5. @@ -41,7 +41,6 @@
  6. dependencies: juce_audio_basics, juce_events
  7. OSXFrameworks: CoreAudio CoreMIDI AudioToolbox
  8. iOSFrameworks: CoreAudio CoreMIDI AudioToolbox AVFoundation
  9. - linuxPackages: alsa
  10. mingwLibs: winmm
  11. END_JUCE_MODULE_DECLARATION
  12. @@ -105,7 +104,7 @@
  13. Enables ALSA audio devices (Linux only).
  14. */
  15. #ifndef JUCE_ALSA
  16. - #define JUCE_ALSA 1
  17. + #define JUCE_ALSA 0
  18. #endif
  19. /** Config: JUCE_JACK