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

(-)a/jovie-4.10.1-orig/CMakeLists.txt (-1 / +1 lines)
Lines 20-26 if (Q_WS_X11) Link Here
20
  if (SPEECHD_FOUND)
20
  if (SPEECHD_FOUND)
21
    configure_file (config-jovie.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-jovie.h )
21
    configure_file (config-jovie.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-jovie.h )
22
22
23
    include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/libkttsd ${CMAKE_CURRENT_SOURCE_DIR}/libkttsd)
23
    include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/libkttsd ${CMAKE_CURRENT_SOURCE_DIR}/libkttsd "${SPEECHD_INCLUDE_DIR}")
24
24
25
    add_subdirectory( doc )
25
    add_subdirectory( doc )
26
    add_subdirectory( libkttsd )
26
    add_subdirectory( libkttsd )
(-)a/jovie-4.10.1-orig/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 libspeechd.h PATH_SUFFIXES speech-dispatcher)
13
13
14
find_library(SPEECHD_LIBRARIES NAMES speechd)
14
find_library(SPEECHD_LIBRARIES NAMES speechd)
15
15

Return to bug 463620