1
0

Accepting request 1005000 from home:dimstar:Factory

That should fix the adi failure of this package; did not find why it builds in devel prj, but the reason for failing in adi seems rather clear

OBS-URL: https://build.opensuse.org/request/show/1005000
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=233
This commit is contained in:
Marcel Kuehlhorn 2022-09-23 14:41:33 +00:00 committed by Git OBS Bridge
parent 75a40f1abc
commit 7846782df9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 20 15:44:53 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Pass -DQT_VERSION_MAJOR=6 to cmake when building Qt6 flavor: make
build stable even if some Qt5 libs are benig found.
-------------------------------------------------------------------
Sun Aug 28 04:50:11 UTC 2022 - Xu Zhao <i@xuzhao.net>

View File

@ -257,6 +257,7 @@ cd %{_builddir}/tdesktop-%{version}-full
-DCMAKE_BUILD_TYPE=Release \
%if %{qt_major_version} == 6
-DDESKTOP_APP_QT6=ON \
-DQT_VERSION_MAJOR=6 \
%else
-DDESKTOP_APP_QT6=OFF \
-DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=ON \