From: Benjamin Federau <benjamin.federau@basyskom.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: Problem compiling QtWayland
Date: Fri, 10 Apr 2015 15:44:21 +0200 [thread overview]
Message-ID: <2742210308-28340@mx1.basyskom.com> (raw)
In-Reply-To: <CAP9ODKrfzxj98zUgdSfuWPXyQBd9sHq-q_9_R54icopmxUm9TQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1884 bytes --]
Otavio Salvador <otavio@ossystems.com.br> , 10.04.2015 14:49:
On Fri, Apr 10, 2015 at 4:53 AM, Benjamin Federau
<benjamin.federau@basyskom.com> wrote:
> Otavio Salvador <otavio@ossystems.com.br> , 09.04.2015 19:46:
>
> On Thu, Apr 9, 2015 at 2:08 PM, Benjamin Federau
> <benjamin.federau@basyskom.com> wrote:
>> Ruben Morgade <rmorgade@arantia.com> , 13.10.2014 13:14:
> ...
>> I have this error with Qt 5.4.1 (meta-qt5 layer master branch with Yocto
>> dizzy) right now.
>>
>> Could you solve this build issue?
> ...
>
> We had some projects using Wayland and it worked fine. What issue you
> are having?
>
>
> The build of qtwayland stops with
>
> qtwayland/5.4.1-r0/qtwayland-opensource-src-5.4.1/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp:142:67:
> error: cannot convert 'Display* {aka _XDisplay*}' to 'EGLNativeDisplayType
> {aka _FBDisplay*}' for argument '1' to 'void*
> eglGetDisplay(EGLNativeDisplayType)'
> integration->mEglDisplay = eglGetDisplay(integration->mDisplay);
>
> and some more errors as you can see here
> http://pastebin.com/EbXsdiyF
Seems like your DISTRO_FEATURES setting is wrong.
This came also to my mind. I have added to my local.conf
DISTRO_FEATURES_remove = "x11"
because otherwise the libwayland package from gpu-viv-bin-mx6q won't be build.
Further I thought using the recipes-graphics/images/core-image-weston.bb as a base for my image (recipt in my own layer) which sets
REQUIRED_DISTRO_FEATURES = "wayland"
is enough to enable wayland and it components (especially qtbase and qtwayland).
Do I have to set DISTRO_FEATURES += " wayland" explicitly in my .bb image file or do I miss something else?
Here you can find my image .bb file content:
http://pastebin.com/DUSzEi6L
-
Benjamin Federau
[-- Attachment #2: Type: text/html, Size: 2443 bytes --]
next prev parent reply other threads:[~2015-04-10 13:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-13 11:04 Problem compiling QtWayland Ruben Morgade
2015-04-09 17:08 ` Benjamin Federau
2015-04-09 17:45 ` Otavio Salvador
2015-04-10 7:53 ` Benjamin Federau
2015-04-10 12:49 ` Otavio Salvador
2015-04-10 13:44 ` Benjamin Federau [this message]
2015-04-10 13:46 ` Otavio Salvador
2015-04-13 16:12 ` Benjamin Federau
2015-04-14 10:17 ` Graphic issue with weston + qtwayland Benjamin Federau
2015-04-15 12:51 ` Benjamin Federau
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=2742210308-28340@mx1.basyskom.com \
--to=benjamin.federau@basyskom.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/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.