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 <[email protected]> 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 (#51414): https://lists.yoctoproject.org/g/yocto/message/51414 Mute This Topic: https://lists.yoctoproject.org/mt/78332911/21656 Mute #dunfell:https://lists.yoctoproject.org/g/yocto/mutehashtag/dunfell Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
