meta-emenlow: add missing exa dependency

The psb video drivers use the EXA framework, so add a dependency on
xserver-psb-module-exa.

[YOCTO #3149]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Ross Burton 2012-09-24 10:14:29 +01:00 committed by Tom Zanussi
parent 50ac6e8785
commit 4ab42ada6b

View File

@ -1,7 +1,7 @@
DESCRIPTION = "2D graphics driver for Poulsbo"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7"
PR = "r2"
PR = "r3"
inherit autotools
@ -34,4 +34,6 @@ FILES_${PN} += "${libdir}/xorg/modules/drivers/libmm.so \
DEPENDS += "virtual/libgl virtual/xserver"
RDEPENDS_${PN} = "xserver-psb-module-exa"
COMPATIBLE_MACHINE = "emenlow"