From: Tom Zanussi <[email protected]> libgstmixvideoplugin.so is being blacklisted due to a missing libva-tpi library, so add it and make the other two libva display libraries available while we're at it.
Signed-off-by: Tom Zanussi <[email protected]> --- conf/machine/include/ia32-base.inc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index 1fb09b1..7da53f6 100644 --- a/conf/machine/include/ia32-base.inc +++ b/conf/machine/include/ia32-base.inc @@ -54,6 +54,9 @@ XSERVER_IA32_I915 = "xf86-video-intel \ XSERVER_IA32_EMGD = "emgd-driver-bin \ libva-x11 \ + libva-tpi \ + libva-glx \ + libva-egl \ " XSERVER_IA32_VESA = "xf86-video-vesa" -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
