Fixed building with cmake when fcitx isn't installed

This commit is contained in:
Sam Lantinga
2016-10-14 01:04:21 -07:00
parent 8e2634eb13
commit f3502c3c53
3 changed files with 8 additions and 0 deletions

View File

@@ -916,6 +916,8 @@ elseif(UNIX AND NOT APPLE)
endif()
endif()
check_include_file("fcitx/frontend.h" HAVE_FCITX_FRONTEND_H)
endif()
if(INPUT_TSLIB)