]> git.pld-linux.org Git - packages/brltty.git/blame - brltty-speech-dispatcher.patch
- updated to 6.6
[packages/brltty.git] / brltty-speech-dispatcher.patch
CommitLineData
03476ceb
JR
1diff -urNp -x '*.orig' brltty-6.1.org/Drivers/Speech/SpeechDispatcher/speech.c brltty-6.1/Drivers/Speech/SpeechDispatcher/speech.c
2--- brltty-6.1.org/Drivers/Speech/SpeechDispatcher/speech.c 2020-04-05 12:35:34.000000000 +0200
3+++ brltty-6.1/Drivers/Speech/SpeechDispatcher/speech.c 2021-03-02 22:36:22.260141892 +0100
4@@ -34,7 +34,7 @@ typedef enum {
b25dee4e 5
0b1afa7b
JB
6 #include "spk_driver.h"
7
8-#include <libspeechd.h>
9+#include <speech-dispatcher/libspeechd.h>
10
11 static SPDConnection *connectionHandle = NULL;
12 static const char *moduleName;
03476ceb
JR
13diff -urNp -x '*.orig' brltty-6.1.org/configure.ac brltty-6.1/configure.ac
14--- brltty-6.1.org/configure.ac 2020-04-06 10:12:58.000000000 +0200
15+++ brltty-6.1/configure.ac 2021-03-02 22:36:22.260141892 +0100
16@@ -1847,7 +1847,7 @@ BRLTTY_ARG_DISABLE(
17 ])
18 ])
19
20- BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/libspeechd.h], [dnl
21+ BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/speech-dispatcher/libspeechd.h], [dnl
22 BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher])
23 ], [include], [lib], [speechd])
24
This page took 0.157617 seconds and 4 git commands to generate.