diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-24 10:14:29 +0100 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-02 13:08:05 -0500 |
commit | 4ab42ada6bb77233ffd14034675104bd4d247c6c (patch) | |
tree | da66950a18f4a8ad567c8bd05885e216ceb02cdf | |
parent | 50ac6e8785c167ea4aa4601fd690ef783151853d (diff) | |
download | meta-intel-4ab42ada6bb77233ffd14034675104bd4d247c6c.tar.gz |
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>
-rw-r--r-- | meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb index 9de68f4c..7972fcd9 100644 --- a/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb +++ b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "2D graphics driver for Poulsbo" | 1 | DESCRIPTION = "2D graphics driver for Poulsbo" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7" | 3 | LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7" |
4 | PR = "r2" | 4 | PR = "r3" |
5 | 5 | ||
6 | inherit autotools | 6 | inherit autotools |
7 | 7 | ||
@@ -34,4 +34,6 @@ FILES_${PN} += "${libdir}/xorg/modules/drivers/libmm.so \ | |||
34 | 34 | ||
35 | DEPENDS += "virtual/libgl virtual/xserver" | 35 | DEPENDS += "virtual/libgl virtual/xserver" |
36 | 36 | ||
37 | RDEPENDS_${PN} = "xserver-psb-module-exa" | ||
38 | |||
37 | COMPATIBLE_MACHINE = "emenlow" | 39 | COMPATIBLE_MACHINE = "emenlow" |