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 <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2012-03-12 19:57:29 -05:00
parent add666e2d8
commit 59f55bb2e0

View File

@ -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"