[meta-freescale] [meta-fsl-arm PATCH v2 6/6] xf86-video-imxfb-vivante: Add rdepends on libvivante-dri-mx6
Otavio Salvador
otavio at ossystems.com.br
Mon Apr 22 05:30:35 PDT 2013
The driver try to dynamically load the DRI support code and it needs
to be available in rootfs for use in Xorg driver.
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Changes in v2: None
recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb
index 22e8d6e..36f56f2 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb
@@ -36,7 +36,10 @@ do_install_append () {
find ${D}${includedir} -type f -exec chmod 660 {} \;
}
-RDEPENDS_${PN} += "xserver-xorg-module-exa mesa-driver-swrast xf86-dri-vivante"
+RDEPENDS_${PN} += "libvivante-dri-mx6 \
+ xserver-xorg-module-exa \
+ mesa-driver-swrast \
+ xf86-dri-vivante"
# Add the ABI dependency at package generation time, as otherwise bitbake will
# attempt to find a provider for it (and fail) when it does the parse.
--
1.8.1
More information about the meta-freescale
mailing list