File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include(ECMUninstallTarget)
1010include (FeatureSummary)
1111
1212find_package (PkgConfig REQUIRED)
13- find_package (Fcitx5Core 5.0.6 REQUIRED)
13+ find_package (Fcitx5Core 5.1.7 REQUIRED)
1414find_package (Gettext REQUIRED)
1515pkg_check_modules(GObject2 IMPORTED_TARGET "gobject-2.0" REQUIRED)
1616find_package (LibSKK REQUIRED)
Original file line number Diff line number Diff line change @@ -501,6 +501,10 @@ void SkkEngine::loadDictionary() {
501501 continue ;
502502 }
503503 if (mode == 1 ) {
504+ if constexpr (isApple ()) {
505+ path = StandardPath::global ().locate (
506+ StandardPath::Type::Data, " skk/SKK-JISYO.L" );
507+ }
504508 if (stringutils::endsWith (path, " .cdb" )) {
505509 SkkCdbDict *dict =
506510 skk_cdb_dict_new (path.data (), encoding.data (), nullptr );
You can’t perform that action at this time.
0 commit comments