summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-05-18 16:41:23 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-05-30 14:22:51 -0500
commitb8d29f33b603e0d225d5deb427d83900973e653c (patch)
tree4c5c4d84dbd1b1e96ab0872fdf3abdbc9762e48b /conf
parent4426f4ccbd32a041bf3604a7ab49eb6aa6f32d0e (diff)
downloadmeta-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.inc4
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
59XSERVER_IA32_EMGD = "emgd-driver-bin \ 59XSERVER_IA32_EMGD = "emgd-driver-bin \
60 libva-x11 \
61 libva-tpi \
62 libva-glx \
63 libva-egl \
64 " 60 "
65 61
66XSERVER_IA32_VESA = "xf86-video-vesa" 62XSERVER_IA32_VESA = "xf86-video-vesa"