summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-02-11 00:37:49 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-15 17:19:37 -0200
commit19344c28927b607bf94f2a233c445bc532b553e8 (patch)
tree665ff1b1add9a5c5f967f3da6bc59b583b6f803e
parent3c1dfb7661cc527311da2af6003fa24b02e8636e (diff)
downloadmeta-fsl-arm-19344c28927b607bf94f2a233c445bc532b553e8.tar.gz
gpu-viv-g2d: Add a dependency on Vivante GPU core driver
The G2D uses symbols provided by the Vivante GPU core driver so for proper linking the .so files must to be around. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
index 0a92f83..4821e1c 100644
--- a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
+++ b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
@@ -4,6 +4,7 @@ DESCRIPTION = "GPU Vivante G2D library and sample applications for imx6"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "Proprietary" 5LICENSE = "Proprietary"
6LIC_FILES_CHKSUM = "file://usr/include/g2d.h;endline=7;md5=53b61e015f8e1c386057c5ba8b081d53" 6LIC_FILES_CHKSUM = "file://usr/include/g2d.h;endline=7;md5=53b61e015f8e1c386057c5ba8b081d53"
7DEPENDS = "gpu-viv-bin-mx6q"
7 8
8PROVIDES += "virtual/libg2d" 9PROVIDES += "virtual/libg2d"
9 10