diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-11 18:08:11 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-17 18:20:22 -0300 |
commit | 8a90c7cdd1393a81d14ff7291ede7809bb15a6bf (patch) | |
tree | 0edd35bd4c410d9d3dd6ae3df465f377c8521e92 | |
parent | 682bde5badf6520f579cd45239ec495efc43a0fd (diff) | |
download | meta-fsl-arm-8a90c7cdd1393a81d14ff7291ede7809bb15a6bf.tar.gz |
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>
-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 () { | |||
36 | find ${D}${includedir} -type f -exec chmod 660 {} \; | 36 | find ${D}${includedir} -type f -exec chmod 660 {} \; |
37 | } | 37 | } |
38 | 38 | ||
39 | RDEPENDS_${PN} += "xserver-xorg-module-exa xf86-dri-vivante" | 39 | RDEPENDS_${PN} += "xserver-xorg-module-exa mesa-driver-swrast xf86-dri-vivante" |
40 | 40 | ||
41 | # Add the ABI dependency at package generation time, as otherwise bitbake will | 41 | # 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. | 42 | # attempt to find a provider for it (and fail) when it does the parse. |