diff options
author | 2013-04-11 18:08:11 -0300 | |
---|---|---|
committer | 2013-04-17 18:20:22 -0300 | |
commit | 8a90c7cdd1393a81d14ff7291ede7809bb15a6bf (patch) | |
tree | 0edd35bd4c410d9d3dd6ae3df465f377c8521e92 /recipes-graphics | |
parent | 682bde5badf6520f579cd45239ec495efc43a0fd (diff) | |
download | meta-fsl-arm-8a90c7cdd1393a81d14ff7291ede7809bb15a6bf.tar.gz meta-fsl-arm-8a90c7cdd1393a81d14ff7291ede7809bb15a6bf.tar.bz2 meta-fsl-arm-8a90c7cdd1393a81d14ff7291ede7809bb15a6bf.zip |
xf86-video-imxfb-vivante: Enable software rendering support
This is used by Vivante for 2D acceleration support. Fixes some
slowness seen when testing GUI images.
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 | 2 |
1 files changed, 1 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 837b59c..22e8d6e 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,7 @@ do_install_append () { find ${D}${includedir} -type f -exec chmod 660 {} \; } -RDEPENDS_${PN} += "xserver-xorg-module-exa xf86-dri-vivante" +RDEPENDS_${PN} += "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. |