Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 464868
Collapse All | Expand All

(-)orig/jovie-4.10.2/cmake/FindSpeechd.cmake (-1 / +1 lines)
Lines 9-15 Link Here
9
# Redistribution and use is allowed according to the terms of the BSD license.
9
# Redistribution and use is allowed according to the terms of the BSD license.
10
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
10
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
11
11
12
find_path(SPEECHD_INCLUDE_DIR libspeechd.h)
12
find_path(SPEECHD_INCLUDE_DIR speech-dispatcher libspeechd.h)
13
13
14
find_library(SPEECHD_LIBRARIES NAMES speechd)
14
find_library(SPEECHD_LIBRARIES NAMES speechd)
15
15
(-)orig/jovie-4.10.2/jovie/speaker.h (-1 / +1 lines)
Lines 40-46 Link Here
40
#ifdef OPENTTS_FOUND
40
#ifdef OPENTTS_FOUND
41
#include <opentts/libopentts.h>
41
#include <opentts/libopentts.h>
42
#elif defined(SPEECHD_FOUND)
42
#elif defined(SPEECHD_FOUND)
43
#include <libspeechd.h>
43
#include <speech-dispatcher/libspeechd.h>
44
#endif
44
#endif
45
45
46
#include "filtermgr.h"
46
#include "filtermgr.h"

Return to bug 464868