mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
diff -up tdesktop-6.1.3-full/Telegram/CMakeLists.txt tdesktop-6.1.3-full/Telegram/CMakeLists.txt
|
|
--- a/Telegram/CMakeLists.txt 2025-09-23 21:10:04.130684914 +0200
|
|
+++ b/Telegram/CMakeLists.txt 2025-09-23 21:10:04.142044324 +0200
|
|
@@ -60,7 +60,7 @@ PRIVATE
|
|
# include paths (usually ${PREFIX}/include/minizip) before any depend that
|
|
# would add ${PREFIX}/include. This path may have a different <zip.h>,
|
|
# for example installed by libzip (https://libzip.org).
|
|
- desktop-app::external_minizip
|
|
+ minizip
|
|
|
|
tdesktop::td_export
|
|
tdesktop::td_iv
|
|
diff -up tdesktop-6.1.3-full/cmake/external/CMakeLists.txt tdesktop-6.1.3-full/cmake/external/CMakeLists.txt
|
|
--- a/cmake/external/CMakeLists.txt 2025-08-22 19:17:08.000000000 +0200
|
|
+++ b/cmake/external/CMakeLists.txt 2025-09-23 21:10:31.362021168 +0200
|
|
@@ -36,7 +36,6 @@ add_checked_subdirectory(iconv)
|
|
add_checked_subdirectory(jpeg)
|
|
add_checked_subdirectory(kcoreaddons)
|
|
add_checked_subdirectory(lz4)
|
|
-add_checked_subdirectory(minizip)
|
|
add_checked_subdirectory(openal)
|
|
add_checked_subdirectory(openh264)
|
|
add_checked_subdirectory(openssl)
|