[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
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 wrote: > > Hi Guys, > > I

[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
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.

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
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 wrote: > > Hi Guys, > > I

[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
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.

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-18 Thread Khem Raj
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.

[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-18 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-18 Thread Khem Raj
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 wrote: > > Hi Guys, > > I

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-17 Thread Khem Raj
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 wrote: > > Hi Guys, > > I

[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-17 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply