[Lunar-commits] <moonbase> kdeaccessibility: speech-dispatcher is only a "depends" if you say yes and do not have

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat May 14 14:11:02 CEST 2011


commit a42ed13d418dc4e12c72e66386c826e61bd952b9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat May 14 08:11:02 2011 -0400

    kdeaccessibility: speech-dispatcher is only a "depends" if you say yes and do not have
    
    speechd installed. Making speech-dispatcher an optional_depends followed with speechd
    as an optional_depends with a note to say yes if you said yes to speech-dispatcher; else
    just say no to both.
---
 kde4/base/kdeaccessibility4/DEPENDS |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/kde4/base/kdeaccessibility4/DEPENDS b/kde4/base/kdeaccessibility4/DEPENDS
index 7babbff..99c89b8 100644
--- a/kde4/base/kdeaccessibility4/DEPENDS
+++ b/kde4/base/kdeaccessibility4/DEPENDS
@@ -1,3 +1,5 @@
 depends libXtst
 depends kdebase4
-depends speech-dispatcher
+
+optional_depends "speech-dispatcher" "-DBUILD_jovie=ON"  "-DBUILD_jovie=OFF"  "for speech synthesis support"
+optional_depends "speechd"           "-DWITH_Speechd=ON" "-DWITH_Speechd=OFF" "for additional speech synthesis support ${PROBLEM_COLOR} (Say yes if speech-dispatcher=yes)${DEFAULT_COLOR}"


More information about the Lunar-commits mailing list