diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-05-18 16:41:23 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-05-30 14:22:51 -0500 |
commit | b8d29f33b603e0d225d5deb427d83900973e653c (patch) | |
tree | 4c5c4d84dbd1b1e96ab0872fdf3abdbc9762e48b /conf | |
parent | 4426f4ccbd32a041bf3604a7ab49eb6aa6f32d0e (diff) | |
download | meta-intel-b8d29f33b603e0d225d5deb427d83900973e653c.tar.gz |
meta-intel: remove video acceleration from emgd XSERVER
Video acceleration dependencies really don't belong in the XSERVER
variable - remove them; we'll add them back later via va-intel.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/ia32-base.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index be1c8e03..99ac3525 100644 --- a/conf/machine/include/ia32-base.inc +++ b/conf/machine/include/ia32-base.inc | |||
@@ -57,10 +57,6 @@ XSERVER_IA32_I965 = "xf86-video-intel \ | |||
57 | " | 57 | " |
58 | 58 | ||
59 | XSERVER_IA32_EMGD = "emgd-driver-bin \ | 59 | XSERVER_IA32_EMGD = "emgd-driver-bin \ |
60 | libva-x11 \ | ||
61 | libva-tpi \ | ||
62 | libva-glx \ | ||
63 | libva-egl \ | ||
64 | " | 60 | " |
65 | 61 | ||
66 | XSERVER_IA32_VESA = "xf86-video-vesa" | 62 | XSERVER_IA32_VESA = "xf86-video-vesa" |