mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
50ac6e8785
commit
4ab42ada6b
|
@ -1,7 +1,7 @@
|
||||||
DESCRIPTION = "2D graphics driver for Poulsbo"
|
DESCRIPTION = "2D graphics driver for Poulsbo"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7"
|
LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
@ -34,4 +34,6 @@ FILES_${PN} += "${libdir}/xorg/modules/drivers/libmm.so \
|
||||||
|
|
||||||
DEPENDS += "virtual/libgl virtual/xserver"
|
DEPENDS += "virtual/libgl virtual/xserver"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "xserver-psb-module-exa"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "emenlow"
|
COMPATIBLE_MACHINE = "emenlow"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user