Commit bd3b7cc8 authored by Bryant Mairs's avatar Bryant Mairs Committed by Bryant

Speech on linux requires ALSA libraries to be linked in for Arch.

parent 02874e52
...@@ -544,6 +544,10 @@ contains (DEFINES, DISABLE_SPEECH) { ...@@ -544,6 +544,10 @@ contains (DEFINES, DISABLE_SPEECH) {
-lflite_usenglish \ -lflite_usenglish \
-lflite_cmulex \ -lflite_cmulex \
-lflite -lflite
# We need to add the alsa asound library as well for some Linux platforms
# (like Arch)
LIBS += -lasound
} else { } else {
warning("Skipping support for speech output (missing libraries, see README)") warning("Skipping support for speech output (missing libraries, see README)")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment