diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index e838034fd..a0c35378b 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -12,7 +12,9 @@ add_subdirectory(lib_crl) add_subdirectory(lib_base) add_subdirectory(lib_ui) add_subdirectory(lib_tl) -add_subdirectory(lib_spellcheck) +if (NOT DESKTOP_APP_DISABLE_SPELLCHECK) + add_subdirectory(lib_spellcheck) +endif() add_subdirectory(lib_storage) add_subdirectory(lib_lottie) add_subdirectory(codegen) diff --git a/Telegram/lib_base b/Telegram/lib_base index 10b9bdc03..96b6aec02 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit 10b9bdc0374e5259b3211ac2d684118e6f6685a3 +Subproject commit 96b6aec025dfd462b91ee3ce30de5ddc3544698c diff --git a/Telegram/lib_crl b/Telegram/lib_crl index 0d9e70330..7ef466b21 160000 --- a/Telegram/lib_crl +++ b/Telegram/lib_crl @@ -1 +1 @@ -Subproject commit 0d9e70330ac10891afd6775e52968805bd83b8a4 +Subproject commit 7ef466b21c4116eb6e3447403d5c4665dd5264e7 diff --git a/cmake b/cmake index b28ca5aca..3931463c7 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit b28ca5aca22384180bf7d9cade8d26b7471dadc3 +Subproject commit 3931463c760b0762373686b04ebff52d602e533f