File tree 4 files changed +0
-31
lines changed
4 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 25
25
[submodule "librime-octagram "]
26
26
path = app/src/main/jni/librime-octagram
27
27
url = https://github.com/lotem/librime-octagram.git
28
- [submodule "capnproto "]
29
- path = app/src/main/jni/capnproto
30
- url = https://github.com/capnproto/capnproto.git
31
28
[submodule "librime-charcode "]
32
29
path = app/src/main/jni/librime-charcode
33
30
url = https://github.com/rime/librime-charcode
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ install(TARGETS iconv EXPORT boost_locale-targets
21
21
option (BOOST_FILESYSTEM_DISABLE_STATX "" ON ) # remove this option after targetSdkVersion >= 30
22
22
add_subdirectory (boost)
23
23
24
- option (EXTERNAL_CAPNP "" ON )
25
- option (CAPNP_LITE "" ON ) # librime only needs CapnProto::capnp
26
- add_subdirectory (capnproto)
27
- include (CapnprotoWorkarounds)
28
-
29
24
add_library (miniglog STATIC miniglog/miniglog/logging.cc)
30
25
target_link_libraries (miniglog log )
31
26
configure_file (
@@ -60,7 +55,6 @@ include(RimePlugins)
60
55
61
56
option (BUILD_TEST "" OFF )
62
57
include_directories ("librime/include" ) # for X11/keysym.h
63
- include_directories ("capnproto/c++/src" )
64
58
# workaround for librime/tools/rime_api_console.cc
65
59
# TODO: fix it in upstream
66
60
string (REPLACE "-Werror=format-security" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments