mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 13:14:46 +02:00
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:
parent
17992386d3
commit
766c20ef21
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user