void-packages/srcpkgs/mumble/patches/speech-dispatcher.patch
Helmut Pozimski 2474f13f5a mumble: fix OpenGL overlay and TTS (#5739)
Add patches to link the OpenGl overlay against LibGL to fix its
functionality and properly include the speech-dispatcher headers
so mumble can be built with text-to-speech functionality enabled.
Also install the mumble-overlay script to make it easier to actually
use the overlay.
2017-02-15 12:30:37 +01:00

11 lines
326 B
Diff

--- src/mumble/TextToSpeech_unix.cpp.orig 2017-02-14 16:33:58.775742063 +0100
+++ src/mumble/TextToSpeech_unix.cpp 2017-02-14 16:34:22.172484062 +0100
@@ -33,7 +33,7 @@
#include "TextToSpeech.h"
#ifdef USE_SPEECHD
-#include <libspeechd.h>
+#include <speech-dispatcher/libspeechd.h>
#endif
#include "Global.h"