From d4cc0e8d5a0e29e9b66e7058c180a7aa9b2cdac7 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 12 May 2023 14:56:42 -0500 Subject: remove erroneous files. fixes #828. --- legacy/telegram/rlottie.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 legacy/telegram/rlottie.patch (limited to 'legacy/telegram') 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) -- cgit v1.2.3-70-g09d2