1
0

Accepting request 1067966 from home:manfred-h:server:messaging

- Refresh 0002-use-bundled-rnnoise-expected-gsl-ranges-webrtc.patch

OBS-URL: https://build.opensuse.org/request/show/1067966
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=246
This commit is contained in:
Xu Zhao 2023-02-28 02:55:42 +00:00 committed by Git OBS Bridge
parent 0fa4dad17b
commit c0869ffb29
2 changed files with 6 additions and 1 deletions

View File

@ -50,7 +50,7 @@
-if (DESKTOP_APP_USE_PACKAGED)
+if (NOT DESKTOP_APP_USE_PACKAGED)
if (DESKTOP_APP_USE_PACKAGED_LAZY)
find_package(Microsoft.GSL QUIET)
find_package(Microsoft.GSL 4.0.0 QUIET)
else()
--- a/cmake/external/ranges/CMakeLists.txt
+++ b/cmake/external/ranges/CMakeLists.txt

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 27 11:37:21 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
- Refresh 0002-use-bundled-rnnoise-expected-gsl-ranges-webrtc.patch
-------------------------------------------------------------------
Sun Feb 26 05:54:51 UTC 2023 - Xu Zhao <i@xuzhao.net>