summaryrefslogtreecommitdiff
path: root/brltty-6.3-libspeechd.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 13:59:53 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 13:59:53 +0000
commit29a6277ea128b21a0456f5df5661b0b57528a8e3 (patch)
treebaa35889f78439c315cd08b631c5b80961059662 /brltty-6.3-libspeechd.patch
parent03e5557b07ca86a97033fa3210eaede0641e6d77 (diff)
automatic import of brlttyopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'brltty-6.3-libspeechd.patch')
-rw-r--r--brltty-6.3-libspeechd.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/brltty-6.3-libspeechd.patch b/brltty-6.3-libspeechd.patch
new file mode 100644
index 0000000..97e1d1f
--- /dev/null
+++ b/brltty-6.3-libspeechd.patch
@@ -0,0 +1,13 @@
+diff --git a/Drivers/Speech/SpeechDispatcher/speech.c b/Drivers/Speech/SpeechDispatcher/speech.c
+index cc55007..a2fcc0d 100644
+--- a/Drivers/Speech/SpeechDispatcher/speech.c
++++ b/Drivers/Speech/SpeechDispatcher/speech.c
+@@ -35,7 +35,7 @@ typedef enum {
+
+ #include "spk_driver.h"
+
+-#include <libspeechd.h>
++#include <speech-dispatcher/libspeechd.h>
+
+ static SPDConnection *connectionHandle = NULL;
+ static const char *moduleName;