1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tidied up some module dependencies

This commit is contained in:
Tom Poole 2018-01-15 12:20:15 +00:00
parent 2e3c8a351b
commit 7d943e76dc
6 changed files with 6 additions and 14 deletions

View file

@ -39,10 +39,7 @@
#define JUCE_CORE_INCLUDE_COM_SMART_PTR 1
#include "juce_audio_utils.h"
#if JUCE_MODULE_AVAILABLE_juce_gui_extra
#include <juce_gui_extra/juce_gui_extra.h>
#endif
#include <juce_gui_extra/juce_gui_extra.h>
#if JUCE_MAC
#import <DiscRecording/DiscRecording.h>

View file

@ -41,7 +41,7 @@
website: http://www.juce.com/juce
license: GPL/Commercial
dependencies: juce_gui_extra, juce_audio_basics, juce_audio_processors, juce_audio_formats, juce_audio_devices
dependencies: juce_gui_extra, juce_audio_processors, juce_audio_formats, juce_audio_devices
OSXFrameworks: DiscRecording
iOSFrameworks: CoreAudioKit

View file

@ -24,12 +24,7 @@
==============================================================================
*/
// Note: for the Bluetooth Midi selector overlay, we need the class
// UIViewComponent from the juce_gui_extra module. If this module is not
// included in your app, BluetoothMidiDevicePairingDialogue::open() will fail
// and return false.
// It is also not available in the iPhone/iPad simulator.
#if JUCE_MODULE_AVAILABLE_juce_gui_extra && ! TARGET_IPHONE_SIMULATOR
#if ! TARGET_IPHONE_SIMULATOR
#include <CoreAudioKit/CoreAudioKit.h>

View file

@ -43,7 +43,7 @@
license: GPL/Commercial
minimumCppStandard: 14
dependencies: juce_core, juce_audio_basics, juce_audio_formats
dependencies: juce_audio_basics, juce_audio_formats
OSXFrameworks: Accelerate
iOSFrameworks: Accelerate

View file

@ -41,7 +41,7 @@
website: http://www.juce.com/juce
license: GPL/Commercial
dependencies: juce_events juce_graphics juce_data_structures
dependencies: juce_graphics juce_data_structures
OSXFrameworks: Cocoa Carbon QuartzCore
iOSFrameworks: UIKit MobileCoreServices
linuxPackages: x11 xinerama xext

View file

@ -42,7 +42,7 @@
website: http://www.juce.com/juce
license: GPL/Commercial
dependencies: juce_data_structures juce_cryptography
dependencies: juce_gui_extra
OSXFrameworks: AVKit AVFoundation CoreMedia
iOSFrameworks: AVKit AVFoundation CoreMedia