All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentin Popa <valentin.popa@intel.com>
To: Robert Yang <liezhi.yang@windriver.com>,
	 openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] weston: disable-egl when no wayland
Date: Mon, 24 Feb 2014 17:29:42 +0200	[thread overview]
Message-ID: <530B6566.3090804@intel.com> (raw)
In-Reply-To: <530B5AD0.5010708@intel.com>

On 02/24/2014 04:44 PM, Valentin Popa wrote:
> On 02/24/2014 11:26 AM, Robert Yang wrote:
>> There was a configure error when build weston without wayland:
>>
>> configure: error: Package requirements (egl >= 7.10 glesv2 
>> wayland-client wayland-egl) were not met:
>>
>> No package 'wayland-egl' found
>>
>> [YOCTO #5867]
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   meta/recipes-graphics/wayland/weston_1.4.0.bb |    2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-graphics/wayland/weston_1.4.0.bb 
>> b/meta/recipes-graphics/wayland/weston_1.4.0.bb
>> index 5c389a0..e0c354d 100644
>> --- a/meta/recipes-graphics/wayland/weston_1.4.0.bb
>> +++ b/meta/recipes-graphics/wayland/weston_1.4.0.bb
>> @@ -39,7 +39,7 @@ PACKAGECONFIG ??= 
>> "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms fbdev way
>>   # Weston on KMS
>>   PACKAGECONFIG[kms] = 
>> "--enable-drm-compositor,--disable-drm-compositor,drm udev 
>> virtual/mesa mtdev"
>>   # Weston on Wayland (nested Weston)
>> -PACKAGECONFIG[wayland] = 
>> "--enable-wayland-compositor,--disable-wayland-compositor,virtual/mesa"
>> +PACKAGECONFIG[wayland] = "--enable-wayland-compositor,--disable-egl 
>> --disable-wayland-compositor,virtual/mesa"
>>   # Weston on X11
>>   PACKAGECONFIG[x11] = 
>> "--enable-x11-compositor,--disable-x11-compositor,virtual/libx11 
>> libxcb libxcb libxcursor cairo"
>>   # Headless Weston
> How did you build weston without wayland?
> Have you built wayland without libwayland-egl and then tried to build 
> weston?
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


I got it, so you are building with :
DISTRO_FEATURES_remove="wayland"
DISTRO_FEATURES_append = " x11"

and mesa doesn't build libwayland-egl, but weston checks for EGL.

Looks good to me, but the subject/message is not so clear. Can you 
please modify it and resend?

Thanks!





  reply	other threads:[~2014-02-24 15:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-24  9:26 [PATCH 0/1] weston: disable-egl when no wayland Robert Yang
2014-02-24  9:26 ` [PATCH 1/1] " Robert Yang
2014-02-24 14:44   ` Valentin Popa
2014-02-24 15:29     ` Valentin Popa [this message]
2014-02-24 16:12       ` Martin Jansa
2014-02-25  9:35       ` Robert Yang

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=530B6566.3090804@intel.com \
    --to=valentin.popa@intel.com \
    --cc=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.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.