From 59f55bb2e099e87bf8ad0a36e5139242a86dcca0 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 12 Mar 2012 19:57:29 -0500 Subject: ia32-base: add libva display dependencies to emgd xserver 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 --- conf/machine/include/ia32-base.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index 1fb09b17..7da53f60 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" -- cgit v1.2.3-54-g00ecf