File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include(ECMUninstallTarget)
1111option (ENABLE_TEST "Build Test" On )
1212option (ENABLE_COVERAGE "Build the project with gcov support (Need ENABLE_TEST=On)" Off )
1313
14- find_package (Fcitx5Core 5.1.2 REQUIRED)
14+ find_package (Fcitx5Core 5.1.12 REQUIRED)
1515find_package (Fcitx5Module REQUIRED COMPONENTS Clipboard TestFrontend)
1616find_package (Gettext REQUIRED)
1717find_package (PkgConfig REQUIRED)
Original file line number Diff line number Diff line change @@ -276,7 +276,8 @@ AnthyEngine::AnthyEngine(fcitx::Instance *instance)
276276 FCITX_ANTHY_INFO () << " Anthy: " << msg;
277277 },
278278 0 );
279- if constexpr (fcitx::isAndroid () || fcitx::isApple ()) {
279+ if constexpr (fcitx::isAndroid () || fcitx::isApple () ||
280+ fcitx::isEmscripten ()) {
280281 const auto &sp = fcitx::StandardPath::global ();
281282 std::string anthy_conf = sp.locate (fcitx::StandardPath::Type::Data,
282283 " anthy/anthy-unicode.conf" );
You can’t perform that action at this time.
0 commit comments