25419e25ba
- 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
13 lines
345 B
Diff
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
|
|
}
|
|
}
|
|
}
|