forked from pool/telegram-desktop
7c925cf370
- Update to 2.1.5 * Disable the taskbar icon flash or the dock icon bounce in Settings > Notifications. * View messages containing long monospace texts in wide bubbles. * Bug fixes and other minor improvements. - rebased 0001-use-bundled-range.patch OBS-URL: https://build.opensuse.org/request/show/805395 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=140
19 lines
798 B
Diff
19 lines
798 B
Diff
--- tdesktop-2.1.5-full/cmake/external/ranges/CMakeLists.txt.orig 2020-05-13 19:24:13.765240115 +0000
|
|
+++ tdesktop-2.1.5-full/cmake/external/ranges/CMakeLists.txt 2020-05-13 19:25:44.062788903 +0000
|
|
@@ -7,7 +7,7 @@
|
|
add_library(external_ranges INTERFACE IMPORTED GLOBAL)
|
|
add_library(desktop-app::external_ranges ALIAS external_ranges)
|
|
|
|
-if (DESKTOP_APP_USE_PACKAGED AND NOT DESKTOP_APP_USE_PACKAGED_LAZY)
|
|
+if (NOT DESKTOP_APP_USE_PACKAGED)
|
|
find_package(range-v3 REQUIRED)
|
|
target_link_libraries(external_ranges INTERFACE range-v3::range-v3)
|
|
else()
|
|
@@ -23,4 +23,4 @@ else()
|
|
/wd5105 # needed for `/experimental:preprocessor`, suppressing C5105 "macro expansion producing 'defined' has undefined behavior"
|
|
)
|
|
endif()
|
|
-endif()
|
|
\ No newline at end of file
|
|
+endif()
|