[meta-intel] [PATCH 1/2] libva: disable wayland

Tom Zanussi tom.zanussi at linux.intel.com
Mon Apr 8 09:12:31 PDT 2013


On Mon, 2013-04-08 at 10:37 -0500, tom.zanussi at linux.intel.com wrote:
> From: Tom Zanussi <tom.zanussi at linux.intel.com>
> 
> Make libva honor the wayland DISTRO feature setting in theory; in
> practice, we always disable it for the time being.
> 
> Enabling it produces a build failure in the libva wayland test code.
> Examining the problematic call, it seems quite different from what
> wayland puts in the sysroot, which means either that the test code is
> out of date, or we have a version mismatch between the wayland libva
> support and the wayland support in oe-core.
> 
> Since wayland support is secondary to having basic libva support in
> dylan, we unconditionally disable it for now, until we have more time
> after the release to investigate.
> 
> Fixes [YOCTO #3832].
> 

Typo: should be 3932 here - will fix it up when/if pulled in.

Tom

> Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
> ---
>  common/recipes-multimedia/libva/libva.inc | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/common/recipes-multimedia/libva/libva.inc b/common/recipes-multimedia/libva/libva.inc
> index ca14fe0..01766d2 100644
> --- a/common/recipes-multimedia/libva/libva.inc
> +++ b/common/recipes-multimedia/libva/libva.inc
> @@ -23,6 +23,9 @@ DEPENDS = "libxext libxfixes libdrm mesa"
>  
>  inherit autotools pkgconfig
>  
> +# Unconditionally turn wayland off for now
> +EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'wayland', '--disable-wayland', '--disable-wayland', d)}"
> +
>  PACKAGES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl"
>  PROVIDES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl"
>  PACKAGES =+ "${PN}-x11-dev ${PN}-tpi-dev ${PN}-glx-dev ${PN}-egl-dev"





More information about the meta-intel mailing list