sugarbay.conf: add mesa library to fix BUG 727

mesa lib is required for sugarbuy 3D application, so add it in the BSP config.

this fix [BUGID #727]

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2011-02-24 11:10:36 +08:00 committed by Saul Wold
parent 17992386d3
commit 766c20ef21

View File

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