summaryrefslogtreecommitdiff
path: root/legacy/telegram/rlottie.patch
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/telegram/rlottie.patch')
-rw-r--r--legacy/telegram/rlottie.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/legacy/telegram/rlottie.patch b/legacy/telegram/rlottie.patch
deleted file mode 100644
index 6bd2ff6c3..000000000
--- a/legacy/telegram/rlottie.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-No CMake config exists for rlottie; use pkgconf instead.
-
---- a/cmake/external/rlottie/CMakeLists.txt 2020-01-17 18:21:17.000000000 +0100
-+++ b/cmake/external/rlottie/CMakeLists.txt 2020-01-18 00:37:40.280438388 +0100
-@@ -8,8 +8,9 @@
- add_library(external_rlottie INTERFACE IMPORTED GLOBAL)
- add_library(desktop-app::external_rlottie ALIAS external_rlottie)
-
-- find_package(rlottie REQUIRED)
-- target_link_libraries(external_rlottie INTERFACE rlottie::rlottie)
-+ find_package(PkgConfig REQUIRED)
-+ pkg_check_modules(RLOTTIE REQUIRED rlottie)
-+ target_link_libraries(external_rlottie INTERFACE ${RLOTTIE_LIBRARIES})
- else()
- add_library(external_rlottie OBJECT)
- add_library(desktop-app::external_rlottie ALIAS external_rlottie)