[yocto] [PATCH 6/6] meta-intel: add libva to EGMD xserver

tom.zanussi at intel.com tom.zanussi at intel.com
Thu Dec 1 13:35:06 PST 2011


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

EMGD requires libva, so add the dependency here.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 conf/machine/include/ia32-base.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 5cf2f4f..6522c9c 100644
--- a/conf/machine/include/ia32-base.inc
+++ b/conf/machine/include/ia32-base.inc
@@ -53,6 +53,8 @@ XSERVER_IA32_I915 = "xf86-video-intel \
            mesa-dri-driver-i965 \
            "
 
-XSERVER_IA32_EMGD = "emgd-driver-bin"
+XSERVER_IA32_EMGD = "emgd-driver-bin \
+           libva \
+           "
 
 XSERVER_IA32_VESA = "xf86-video-vesa"
-- 
1.7.0.4




More information about the yocto mailing list