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.

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 (#51449): https://lists.yoctoproject.org/g/yocto/message/51449
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