Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# it appears to be a bug when building in containers: https://github.com/actions/checkout/issues/915
git config --global --add safe.directory '*'
# fetch libime submodule kenlm since it's not in .gitmodules
git submodule update --init --recursive libime
git submodule update --init --recursive --depth 1 libime m17n-cmake

- name: Setup Android NDK
uses: android-actions/setup-android@v3
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@
[submodule "fcitx5"]
path = fcitx5
url = https://github.com/fcitx/fcitx5
[submodule "m17n-cmake"]
path = m17n-cmake
url = https://github.com/fcitx-contrib/m17n-cmake
[submodule "glibc"]
path = glibc
url = https://github.com/bminor/glibc
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ both can be installed with `sdkmanager` command line tool.
* libchewing: [chewing/libchewing](https://github.com/chewing/libchewing)
* libthai: [tlwg/libthai](https://github.com/tlwg/libthai)
* libiconv: [GNU/libiconv](https://savannah.gnu.org/projects/libiconv)
* m17n: [NonGNU/m17n](https://www.nongnu.org/m17n/)
* glibc: [GNU/glibc](https://sourceware.org/glibc/)
* tokyo-cabinet: [white-gecko/TokyoCabinet](https://github.com/white-gecko/TokyoCabinet)
2 changes: 1 addition & 1 deletion fcitx5
Submodule fcitx5 updated 338 files
1 change: 1 addition & 0 deletions glibc
Submodule glibc added at d20976
1 change: 1 addition & 0 deletions m17n-cmake
Submodule m17n-cmake added at 5b556e
Loading