diff options
author | 2013-04-20 14:17:54 -0300 | |
---|---|---|
committer | 2013-04-23 09:30:43 -0300 | |
commit | 9d194265466d577fbc2589474ce89e8d7b8040af (patch) | |
tree | 766dd700fc2e5bd2ddae7bf8151f7185da2e0f1c /recipes-graphics | |
parent | b37a1efb99a7f1192de21d851fbe4adb9d4d2944 (diff) | |
download | meta-fsl-arm-9d194265466d577fbc2589474ce89e8d7b8040af.tar.gz meta-fsl-arm-9d194265466d577fbc2589474ce89e8d7b8040af.tar.bz2 meta-fsl-arm-9d194265466d577fbc2589474ce89e8d7b8040af.zip |
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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. |