diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-03-12 19:57:29 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-03-18 15:55:53 -0500 |
commit | 59f55bb2e099e87bf8ad0a36e5139242a86dcca0 (patch) | |
tree | f4993593b5b5386e7e79968bc12f03878c044cb9 | |
parent | add666e2d8d220c034327040e4fe0602e17dd597 (diff) | |
download | meta-intel-59f55bb2e099e87bf8ad0a36e5139242a86dcca0.tar.gz |
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>
-rw-r--r-- | 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 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 \ | |||
54 | 54 | ||
55 | XSERVER_IA32_EMGD = "emgd-driver-bin \ | 55 | XSERVER_IA32_EMGD = "emgd-driver-bin \ |
56 | libva-x11 \ | 56 | libva-x11 \ |
57 | libva-tpi \ | ||
58 | libva-glx \ | ||
59 | libva-egl \ | ||
57 | " | 60 | " |
58 | 61 | ||
59 | XSERVER_IA32_VESA = "xf86-video-vesa" | 62 | XSERVER_IA32_VESA = "xf86-video-vesa" |