atom-pc.conf: replace mesa-dri with mesa

This is needed since the mesa-dri recipes in oe-core got renamed to just
mesa.

[YOCTO #3385]

(From meta-yocto rev: 0aaada20aa7453f7a5d9342b7f26ff4fa8b044b2)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurentiu Palcu 2013-03-19 18:29:50 +02:00 committed by Richard Purdie
parent b304742af7
commit 0a576462d3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ XSERVER ?= "xserver-xorg \
xf86-input-evdev \
xf86-input-synaptics \
xf86-video-intel \
mesa-dri-driver-i915"
mesa-driver-i915"
#MACHINE_EXTRA_RDEPENDS = "rt2860"