From 705ab124c255d730847bb646789f1655f2ec1da9 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Tue, 18 Feb 2014 00:19:34 +0100 Subject: [PATCH] remove alsa asound library dependency comment --- QGCExternalLibs.pri | 4 ---- 1 file changed, 4 deletions(-) diff --git a/QGCExternalLibs.pri b/QGCExternalLibs.pri index 002e14ddd..cf819e387 100644 --- a/QGCExternalLibs.pri +++ b/QGCExternalLibs.pri @@ -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)") } -- 2.22.0