[yocto] [PATCH 2/2] ia32-base: add libva display dependencies to emgd xserver

tom.zanussi at intel.com tom.zanussi at intel.com
Mon Mar 12 21:37:38 PDT 2012


From: Tom Zanussi <tom.zanussi at intel.com>

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 <tom.zanussi at intel.com>
---
 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




More information about the yocto mailing list