All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: sateesh m <sateesh0457@gmail.com>
Cc: Yocto-mailing-list <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] qtwayland compile issue 5.15 #dunfell
Date: Tue, 17 Nov 2020 21:40:10 -0800	[thread overview]
Message-ID: <MADEUP.16488B9785EAF15B.27344@lists.yoctoproject.org> (raw)
In-Reply-To: <aWty.1605668341566593814.GDqu@lists.yoctoproject.org>

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

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 <sateesh0457@gmail.com> wrote:
>
> Hi Guys,
>
>               I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>
>
>
> Regards,
> Sateesh
> 
>




  parent reply	other threads:[~2020-11-18  8:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18  2:59 qtwayland compile issue 5.15 #dunfell sateesh m
2020-11-18  5:40 ` [yocto] " Khem Raj
2020-11-18  5:40 ` Khem Raj
2020-11-18  5:40 ` Khem Raj
2020-11-18  5:40 ` Khem Raj [this message]
2020-11-18 16:34   ` Khem Raj
2020-11-18 16:34   ` Khem Raj
2020-11-18 16:34   ` Khem Raj
2020-11-18  2:59 sateesh m
2020-11-18  2:59 sateesh m
2020-11-18  2:59 sateesh m
2020-11-18  2:59 sateesh m

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MADEUP.16488B9785EAF15B.27344@lists.yoctoproject.org \
    --to=raj.khem@gmail.com \
    --cc=sateesh0457@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.