On 11/17/20 9:40 PM, Khem Raj via lists.yoctoproject.org wrote:
Find  QSizeF

newSize(qMax(width, 1.0), qMax(height, 1.0));

in src/compositor/extensions/qwaylandxdgshellv5.cpp

and change it to
newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));

and see if it helps.


btw. qtwaywand worked fine with gcc and clang on latest master for rv64
so please describe any local changes you are carrying

On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0...@gmail.com> wrote:

Hi Guys,

               I am getting qtwayland building issue using dunfell version. can 
 anybody help me to solve this issue.



Regards,
Sateesh









-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51422): https://lists.yoctoproject.org/g/yocto/message/51422
Mute This Topic: https://lists.yoctoproject.org/mt/78332911/21656
Mute #dunfell:https://lists.yoctoproject.org/g/yocto/mutehashtag/dunfell
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to