aboutsummaryrefslogtreecommitdiff
path: root/accessibility/qt5-speech/files/patch-qtspeech.pro
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/qt5-speech/files/patch-qtspeech.pro')
-rw-r--r--accessibility/qt5-speech/files/patch-qtspeech.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/accessibility/qt5-speech/files/patch-qtspeech.pro b/accessibility/qt5-speech/files/patch-qtspeech.pro
deleted file mode 100644
index 3e03cfbe1297..000000000000
--- a/accessibility/qt5-speech/files/patch-qtspeech.pro
+++ /dev/null
@@ -1,18 +0,0 @@
---- qtspeech.pro.orig 2019-02-16 08:32:35 UTC
-+++ qtspeech.pro
-@@ -1,7 +1,11 @@
- load(configure)
--qtCompileTest(flite)
--qtCompileTest(flite_alsa)
--!packagesExist(speech-dispatcher) {
-- qtCompileTest(speechd)
-+with_flite {
-+ qtCompileTest(flite)
-+ qtCompileTest(flite_alsa)
-+}
-+with_speechd {
-+ !packagesExist(speech-dispatcher) {
-+ qtCompileTest(speechd)
-+ }
- }
- load(qt_parts)