mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
jovie: fix if/else tag mismatch in cmake file
This commit is contained in:
parent
bb787f907a
commit
afdd267a0e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ macro_log_feature(SPEECHD_FOUND "speechd" "Speech Dispatcher provides a high-lev
|
|||
if (SPEECHD_FOUND)
|
||||
if(NOT Q_WS_X11)
|
||||
message(FATAL_ERROR "Jovie requires a X11-based system.")
|
||||
endif (Q_WS_X11)
|
||||
endif()
|
||||
|
||||
configure_file (config-jovie.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-jovie.h )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue