Re: [OE-core] [oe-core PATCH v8 13/13] core-image-weston: If X11 is enabled, add XWayland support

2016-05-19 Thread Burton, Ross
On 18 May 2016 at 22:35, Otavio Salvador 
wrote:

> As discussed on IRC, instead of XTerm - which is not included on
> OE-Core - we could use Xeyes as an utility to show it is working. What
> do you think? Do you want me to send a v9 changing it or do you change
> it when applying it?
>

Thanks to Wayland's so-called security xeyes is far less amusing under
Xwayland. I've changed it to matchbox-terminal for now.

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [oe-core PATCH v8 13/13] core-image-weston: If X11 is enabled, add XWayland support

2016-05-18 Thread Otavio Salvador
On Wed, May 18, 2016 at 1:40 PM, Otavio Salvador
 wrote:
> When the distribution has X11 and Wayland backends, we enable XWayland
> support and include XTerm as a test application for the XWayland
> backend.
>
> Signed-off-by: Otavio Salvador 

As discussed on IRC, instead of XTerm - which is not included on
OE-Core - we could use Xeyes as an utility to show it is working. What
do you think? Do you want me to send a v9 changing it or do you change
it when applying it?



-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [oe-core PATCH v8 13/13] core-image-weston: If X11 is enabled, add XWayland support

2016-05-18 Thread Otavio Salvador
When the distribution has X11 and Wayland backends, we enable XWayland
support and include XTerm as a test application for the XWayland
backend.

Signed-off-by: Otavio Salvador 
---

Changes in v8:
- Install weston-xwayland package (Ross)

Changes in v7: None
Changes in v6:
- Add xterm

Changes in v5: None
Changes in v4: None
Changes in v3:
- New patch.

Changes in v2: None

 meta/recipes-graphics/images/core-image-weston.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/images/core-image-weston.bb 
b/meta/recipes-graphics/images/core-image-weston.bb
index 52e271d..f62f9d7 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -9,3 +9,4 @@ inherit core-image distro_features_check
 REQUIRED_DISTRO_FEATURES = "wayland"
 
 CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo 
clutter-1.0-examples"
+CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
'weston-xwayland xterm', '', d)}"
-- 
2.8.2

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core