Browse Source

remove alsa asound library dependency comment

QGC4.4
Thomas Gubler 11 years ago
parent
commit
705ab124c2
  1. 4
      QGCExternalLibs.pri

4
QGCExternalLibs.pri

@ -555,10 +555,6 @@ contains (DEFINES, DISABLE_SPEECH) { @@ -555,10 +555,6 @@ contains (DEFINES, DISABLE_SPEECH) {
DEFINES += QGC_SPEECH_ENABLED
LIBS += \
-lespeak
# 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)")
}

Loading…
Cancel
Save