mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Rebuild against newer mtxclient
This commit is contained in:
parent
dfab0c92d7
commit
311e1dc9b7
3 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.9.1-1] -- 2021-02-24
|
||||||
|
|
||||||
|
- Rebuild against newer mtxclient to fix an incompatibility with Matrix v1.1 and newer.
|
||||||
|
|
||||||
|
If you use the binary packages for macOS or Windows, you will need this update.
|
||||||
|
Otherwise you can just wait for your distribution to update the mtxclient
|
||||||
|
package instead.
|
||||||
|
|
||||||
## [0.9.1] -- 2021-12-22
|
## [0.9.1] -- 2021-12-22
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|
|
@ -413,13 +413,13 @@ if(USE_BUNDLED_MTXCLIENT)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
MatrixClient
|
MatrixClient
|
||||||
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
||||||
GIT_TAG v0.6.1
|
GIT_TAG v0.6.2
|
||||||
)
|
)
|
||||||
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
|
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
|
||||||
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
||||||
FetchContent_MakeAvailable(MatrixClient)
|
FetchContent_MakeAvailable(MatrixClient)
|
||||||
else()
|
else()
|
||||||
find_package(MatrixClient 0.6.1 REQUIRED)
|
find_package(MatrixClient 0.6.2 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
if(USE_BUNDLED_OLM)
|
if(USE_BUNDLED_OLM)
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
|
@ -191,8 +191,8 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
name: mtxclient
|
name: mtxclient
|
||||||
sources:
|
sources:
|
||||||
- commit: 9be1d3615ad30395557ef2768215bc14fd6359bd
|
- commit: dd2f46ad1fb5f45ea1a46a3d77b4e9a0d3c1438a
|
||||||
tag: v0.6.1
|
tag: v0.6.2
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/Nheko-Reborn/mtxclient.git
|
url: https://github.com/Nheko-Reborn/mtxclient.git
|
||||||
- config-opts:
|
- config-opts:
|
||||||
|
|
Loading…
Reference in a new issue