mumble/add-speechd-include-path.patch
Ferdinand Thiessen 25419e25ba Accepting request 707835 from home:namtrac:branches:games:tools
- Add add-speechd-include-path.patch to fix speechd include paths
- Enable speechd everywhere now

OBS-URL: https://build.opensuse.org/request/show/707835
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=103
2019-06-05 12:47:58 +00:00

13 lines
345 B
Diff

Index: mumble-1.2.19/src/mumble/mumble.pro
===================================================================
--- mumble-1.2.19.orig/src/mumble/mumble.pro
+++ mumble-1.2.19/src/mumble/mumble.pro
@@ -224,6 +224,7 @@ unix {
!CONFIG(no-speechd) {
CONFIG *= speechd
+ INCLUDEPATH *= /usr/include/speech-dispatcher
}
}
}