[oe-commits] [openembedded-core] 15/19: weston: PACKAGECONFIG clients requires wayland

git at git.openembedded.org git at git.openembedded.org
Tue Feb 25 10:53:44 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a44d26f681a5637796e8a5e5a967aa45afa97e8b
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon Feb 24 16:57:06 2020 +0800

    weston: PACKAGECONFIG clients requires wayland
    
    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list