diff --git a/QGCExternalLibs.pri b/QGCExternalLibs.pri index f740eb5028852e62c5cb64db3c31f701848e5261..50b278fdb820f4ec67e75e15441ed97190ab54c6 100644 --- a/QGCExternalLibs.pri +++ b/QGCExternalLibs.pri @@ -544,6 +544,10 @@ contains (DEFINES, DISABLE_SPEECH) { -lflite_usenglish \ -lflite_cmulex \ -lflite + + # We need to add the alsa asound library as well for some Linux platforms + # (like Arch) + LIBS += -lasound } else { warning("Skipping support for speech output (missing libraries, see README)") }