summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/espeak/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/espeak/Config.in b/package/espeak/Config.in
index aed627af92..6a8f1d4098 100644
--- a/package/espeak/Config.in
+++ b/package/espeak/Config.in
@@ -27,6 +27,9 @@ config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE
config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA
bool "alsa via portaudio"
+ # Selecting portaudio generates spurious "unmet dependencies"
+ # warnings. Unless you are changing the dependencies of espeak
+ # or portaudio, just ignore those spurious warnings.
select BR2_PACKAGE_PORTAUDIO
select BR2_PACKAGE_PORTAUDIO_CXX
OpenPOWER on IntegriCloud