[oe-commits] Robert Yang : weston: fix build without wayland in distro_features

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 17:56:34 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 1a7c5d7ba9ad9617d030f60eaf8e61bd599666f6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1a7c5d7ba9ad9617d030f60eaf8e61bd599666f6

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Feb 22 15:18:34 2014 +0800

weston: fix build without wayland in distro_features

There was a configure error when build weston without wayland in
distro_features:

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 at 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



More information about the Openembedded-commits mailing list