On Thu, Mar 27, 2014 at 9:30 AM, Valentin Popa <[email protected]> wrote: > On 03/26/2014 11:07 PM, Otavio Salvador wrote: >> >> From: Prabhu Sundararaj <[email protected]> >> >> Signed-off-by: Prabhu Sundararaj <[email protected]> >> Signed-off-by: Otavio Salvador <[email protected]> >> --- >> meta/recipes-graphics/wayland/weston_1.4.0.bb | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a/meta/recipes-graphics/wayland/weston_1.4.0.bb >> b/meta/recipes-graphics/wayland/weston_1.4.0.bb >> index e0c354d..a41b5cd 100644 >> --- a/meta/recipes-graphics/wayland/weston_1.4.0.bb >> +++ b/meta/recipes-graphics/wayland/weston_1.4.0.bb >> @@ -23,7 +23,6 @@ EXTRA_OECONF = "--enable-setuid-install \ >> --enable-simple-clients \ >> --enable-clients \ >> --enable-demo-clients-install \ >> - --disable-simple-egl-clients \ >> --disable-libunwind \ >> --disable-rpi-compositor \ >> --disable-rdp-compositor" >> @@ -39,7 +38,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-egl >> --disable-wayland-compositor,virtual/mesa" > > > We need --disable-egl if wayland is not in DISTRO_FEATURES. See bug: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=5867
As egl is not part of PACKAGECONFIG it will do the right thing, no? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
