forked from pool/telegram-desktop
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:
parent
75a40f1abc
commit
7846782df9
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user