Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] weston: PACKAGECONFIG clients requires wayland
@ 2020-02-24  8:57 Robert Yang
  2020-02-24  8:57 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2020-02-24  8:57 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 0bfb2e984062e2a00f8989d26aebb89b112d81d2:

  package_ipk: Add missing variables to the task hash (2020-02-23 23:33:43 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/weston
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/weston

Robert Yang (1):
  weston: PACKAGECONFIG clients requires wayland

 meta/recipes-graphics/wayland/weston_8.0.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] weston: PACKAGECONFIG clients requires wayland
  2020-02-24  8:57 [PATCH 0/1] weston: PACKAGECONFIG clients requires wayland Robert Yang
@ 2020-02-24  8:57 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2020-02-24  8:57 UTC (permalink / raw)
  To: openembedded-core

Fixed:
DISTRO_FEATURES_remove = "wayland"
$ bitbake weston

clients/meson.build:141:4: ERROR: Problem encountered: weston-simple-dmabuf-egl
requires option renderer-gl which is not enabled. If you rather not build this,
drop "dmabuf-egl" from simple-clients option.

WARNING: exit code 1 from a shell command.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-graphics/wayland/weston_8.0.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/wayland/weston_8.0.0.bb b/meta/recipes-graphics/wayland/weston_8.0.0.bb
index 83aee87..f8e9e15 100644
--- a/meta/recipes-graphics/wayland/weston_8.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_8.0.0.bb
@@ -27,11 +27,11 @@ WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}"
 
 EXTRA_OEMESON += "-Dbackend-default=auto -Dbackend-rdp=false -Dpipewire=false"
 
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl clients', '', d)} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \
                    ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd x11', d)} \
                    ${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'headless', d)} \
-                   clients launch"
+                   launch"
 #
 # Compositor choices
 #
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-24  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24  8:57 [PATCH 0/1] weston: PACKAGECONFIG clients requires wayland Robert Yang
2020-02-24  8:57 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox