summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-20 14:17:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-23 09:30:43 -0300
commit3e8235fd94ce058fa0a6a2b120de92ed14891445 (patch)
tree41d5bfa7b7e429cfb853e58997a3819169511f28
parent74ed3ef0c98084a81542fc4df912c29a98ea51d2 (diff)
downloadmeta-freescale-3e8235fd94ce058fa0a6a2b120de92ed14891445.tar.gz
xf86-video-imxfb-vivante: Add rdepends on libvivante-dri-mx6
The driver try to dynamically load the DRI support code and it needs to be available in rootfs for use in Xorg driver. Change-Id: I549cf99ed46fd42864e0ad90b318211e5fe83e80 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb b/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb
index 22e8d6ebd..36f56f204 100644
--- a/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb
+++ b/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb
@@ -36,7 +36,10 @@ do_install_append () {
36 find ${D}${includedir} -type f -exec chmod 660 {} \; 36 find ${D}${includedir} -type f -exec chmod 660 {} \;
37} 37}
38 38
39RDEPENDS_${PN} += "xserver-xorg-module-exa mesa-driver-swrast xf86-dri-vivante" 39RDEPENDS_${PN} += "libvivante-dri-mx6 \
40 xserver-xorg-module-exa \
41 mesa-driver-swrast \
42 xf86-dri-vivante"
40 43
41# Add the ABI dependency at package generation time, as otherwise bitbake will 44# Add the ABI dependency at package generation time, as otherwise bitbake will
42# attempt to find a provider for it (and fail) when it does the parse. 45# attempt to find a provider for it (and fail) when it does the parse.