sugarbay.conf: add mesa library: correct previous wrong modification

This fixes [BUGID #727]

766c20ef21 added
mesa-dri-driver-i915, but actually it should be
mesa-dri-driver-i965.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Ke Yu <ke.yu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Dexuan Cui 2011-03-11 19:41:53 +08:00 committed by Saul Wold
parent 497a147104
commit 6c47bc3874

View File

@ -28,7 +28,7 @@ XSERVER ?= "xserver-xf86-dri-lite \
xf86-input-synaptics \
xf86-video-intel \
mesa-dri \
mesa-dri-driver-i915"
mesa-dri-driver-i965"
SERIAL_CONSOLE = "115200 ttyS0"