| @@ -27,8 +27,12 @@ | |||||
| #include "water/files/File.h" | #include "water/files/File.h" | ||||
| #if defined(HAVE_X11) && ! defined(CARLA_UTILS_CACHED_PLUGINS_ONLY) | |||||
| # include <X11/Xlib.h> | |||||
| #ifndef CARLA_UTILS_CACHED_PLUGINS_ONLY | |||||
| # include "rtaudio/RtAudio.h" | |||||
| # include "rtmidi/RtMidi.h" | |||||
| # ifdef HAVE_X11 | |||||
| # include <X11/Xlib.h> | |||||
| # endif | |||||
| #endif | #endif | ||||
| #include "../native-plugins/_data.all.cpp" | #include "../native-plugins/_data.all.cpp" | ||||
| @@ -457,7 +461,7 @@ const char* carla_get_complete_license_text() | |||||
| "<li>liblo library for OSC support</li>" | "<li>liblo library for OSC support</li>" | ||||
| "<li>rtmempool library by Nedko Arnaudov" | "<li>rtmempool library by Nedko Arnaudov" | ||||
| "<li>serd, sord, sratom and lilv libraries for LV2 discovery</li>" | "<li>serd, sord, sratom and lilv libraries for LV2 discovery</li>" | ||||
| "<li>RtAudio and RtMidi libraries for extra Audio and MIDI support</li>" | |||||
| "<li>RtAudio v" RTAUDIO_VERSION " and RtMidi v" RTMIDI_VERSION " for native Audio and MIDI support</li>" | |||||
| // Internal plugins | // Internal plugins | ||||
| #ifdef HAVE_EXPERIMENTAL_PLUGINS | #ifdef HAVE_EXPERIMENTAL_PLUGINS | ||||