mumble/add-speechd-include-path.patch
Matthias Mailänder b6641ed575 Accepting request 728080 from home:michals
- Update to upstream version 1.3.0-rc2. Supports Qt5.
- Remove upstreamed patches:
   - 0001-AudioOutput-do-not-use-non-existant-template-version.patch
   - appdata.patch
   - initialize-soundfile-format.patch
   - mumble-1.2.2-buildcompare.diff
   - mumble-1.2.11-desktop_fix.diff
   - mumble-1.2.19-limit-amount-of-messages.patch
   - mumble-1.2.19-stricter-message-limit.patch
   - mumble-pr-3623-protobuf37.patch
- Refresh add-speechd-include-path.patch

OBS-URL: https://build.opensuse.org/request/show/728080
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=109
2019-09-04 08:34:30 +00:00

25 lines
616 B
Diff

From 25d3fc9554b3d6e7bfb29dbd33b69330e9fd55eb Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msuchanek@suse.de>
Date: Tue, 3 Sep 2019 17:46:00 +0200
Subject: [PATCH] add-speechd-include-path.patch
---
src/mumble/mumble.pro | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mumble/mumble.pro b/src/mumble/mumble.pro
index ae47e89d4ab4..8bdf9c42796a 100644
--- a/src/mumble/mumble.pro
+++ b/src/mumble/mumble.pro
@@ -556,6 +556,7 @@ unix {
!CONFIG(no-speechd) {
CONFIG *= speechd
+ INCLUDEPATH *= /usr/include/speech-dispatcher
} else {
DEFINES *= USE_NO_TTS
}
--
2.22.0