From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from exchange.sewerin.com (exchange.sewerin.com [92.39.20.236]) by mx.groups.io with SMTP id smtpd.web09.13604.1605810604887936396 for ; Thu, 19 Nov 2020 10:30:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@lists.yoctoproject.org header.s=20140610 header.b=ueVRqnUT; spf=softfail (domain: lists.yoctoproject.org, ip: 92.39.20.236, mailfrom: yocto@lists.yoctoproject.org) Received: from Pickup by Exchange.sewerin.de with Microsoft SMTP Server id 15.0.1395.4; Wed, 18 Nov 2020 08:05:41 +0000 X-Sender: yocto@lists.yoctoproject.org X-Receiver: sateesh0457@gmail.com X-Receiver: yocto@lists.yoctoproject.org x-endofinjectedxheaders: 6891 X-Sender: bounce+53643+51414+3618059+6691491@lists.yoctoproject.org X-Receiver: Bastian.Ruppert@sewerin.com x-endofinjectedxheaders: 5023 X-Received: by 127.0.0.2 with SMTP id 4qxEYY3619394xLmqrqWVhKr; Tue, 17 Nov 2020 22:07:19 -0800 X-Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web11.20507.1605678037866479777 for ; Tue, 17 Nov 2020 21:40:38 -0800 X-Received: by mail-qk1-f182.google.com with SMTP id y197so754371qkb.7 for ; Tue, 17 Nov 2020 21:40:37 -0800 (PST) X-Gm-Message-State: o5ypYce329FJwSraD6Rlv4V9x3618059AA= X-Google-Smtp-Source: ABdhPJwt3IMXMiWqyypq9XXvKuTrz820T2mGre0iX+O93FqqzlXFZE2qA9/TovhAsOmsbpal2+sJyrbcWfmHwGcg07k= X-Received: by 2002:a37:9441:: with SMTP id w62mr3313091qkd.474.1605678036940; Tue, 17 Nov 2020 21:40:36 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Khem Raj" Date: Tue, 17 Nov 2020 21:40:10 -0800 X-OldMsgId: Subject: Re: [yocto] qtwayland compile issue 5.15 #dunfell To: sateesh m Cc: Yocto-mailing-list Precedence: Bulk List-Unsubscribe: Sender: List-Id: Mailing-List: list yocto@lists.yoctoproject.org; contact yocto+owner@lists.yoctoproject.org List-Post: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.yoctoproject.org; q=dns/txt; s=20140610; t=1605679639; bh=UMi3rQx80TCtAdbUDjdk1JF3J00tMze1puAIiC6ERBU=; h=Cc:Content-Type:Date:From:Subject:To; b=ueVRqnUTGqHupBTs/zAMvPUDutuNQ+doKqlIi2WWmHrVuFhPg8XHPFeNsWyk4WPBqjp aN5/gvQxpnFoldJiDDPfSJsa15kMpB4V8aWWvEjBO3GdN/EsVaZ3emXGQGCk3K1X7bruU VsPlOYBaa8REr9eeuV8/DgNjkpIRh3B37Hc= Return-Path: bounce+53643+51414+3618059+6691491@lists.yoctoproject.org X-GFI-SMTP-Submission: 1 X-GFI-SMTP-HelloDomain: web01.groups.io X-GFI-SMTP-RemoteIP: 66.175.222.12 Received-SPF: Pass (Exchange.sewerin.de: domain of yocto@lists.yoctoproject.org designates 66.175.222.12 as permitted sender) receiver=Exchange.sewerin.de; client-ip=66.175.222.12; helo=web01.groups.io; X-OldMsgId: Message-ID: <18977a2cb32f4613bb50844cdead4bab@Exchange.sewerin.de> Content-Type: multipart/mixed; boundary="eBXPotGsSunCrOAZtXnl" --eBXPotGsSunCrOAZtXnl Content-Type: text/plain; charset="UTF-8" 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 am getting qtwayland building issue using dunfell version. can anybody help me to solve this issue. > > > > Regards, > Sateesh > > --eBXPotGsSunCrOAZtXnl--