xf86-intel-video: upgrade to 2.12.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-07-08 12:33:46 +08:00 committed by Saul Wold
parent 24ea9ad1f7
commit da46e7f705
4 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@ PREFERRED_VERSION_gtk+ ?= "2.16.4"
PREFERRED_VERSION_udev ?= "145"
PREFERRED_VERSION_mesa-dri ?= "7.5"
PREFERRED_VERSION_xf86-video-intel ?= "2.7.1"
PREFERRED_VERSION_xf86-video-intel ?= "2.12.0"
PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.6.0"
PREFERRED_VERSION_libxcb ?= "1.3"
PREFERRED_VERSION_xcb-proto ?= "1.5"

View File

@ -9,8 +9,8 @@ PREFERRED_VERSION_gtk+ ?= "2.18.5"
PREFERRED_VERSION_pango = "1.26.0"
PREFERRED_VERSION_udev ?= "145"
PREFERRED_VERSION_mesa-dri ?= "7.7"
PREFERRED_VERSION_xf86-video-intel ?= "2.10.0"
PREFERRED_VERSION_mesa-dri ?= "7.8.2"
PREFERRED_VERSION_xf86-video-intel ?= "2.12.0"
PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.7.99.2"
PREFERRED_VERSION_libxcb ?= "1.3"
PREFERRED_VERSION_xcb-proto ?= "1.5"

View File

@ -146,6 +146,6 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.4.0"
PREFERRED_VERSION_xf86-input-mouse ?= "1.5.0"
PREFERRED_VERSION_xf86-input-keyboard ?= "1.4.0"
PREFERRED_VERSION_xf86-input-synaptics ?= "1.2.1"
PREFERRED_VERSION_xf86-video-intel ?= "2.10.0"
PREFERRED_VERSION_xf86-video-intel ?= "2.12.0"

View File

@ -1,8 +1,9 @@
require xf86-video-common.inc
DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver"
EXTRA_OECONF += "--disable-xvmc"
DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver"
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
virtual/libgl xineramaproto xf86driproto libpciaccess"