summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-06-20 20:23:52 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-06-24 17:44:31 -0300
commit3b4c20c4f683b721994ea2e4e364c38601cd3c6b (patch)
tree0405b2418d564ced283d70b8e47bb746bf57e0eb /recipes-graphics
parent97d99ae9ccd82be2c7de4322e74b1d75f8987c21 (diff)
downloadmeta-fsl-arm-3b4c20c4f683b721994ea2e4e364c38601cd3c6b.tar.gz
gpu-viv-bin-mx6q.inc: Add linked libraries to libGAL to DEPENDS
libGAL is linked to a couple of libraries so add these libraries to DEPENDS to give shlibs the possibility of picking them up. Change-Id: I4ae27eaa131fdb4069c8a60a14f5050aacc2f5ac Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
index 8e099a7..cbcceba 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
@@ -6,6 +6,7 @@ DESCRIPTION = "GPU driver and apps for imx6"
6SECTION = "libs" 6SECTION = "libs"
7LICENSE = "Proprietary" 7LICENSE = "Proprietary"
8LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=19f5925343fa3da65596eeaa4ddb5fd3" 8LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=19f5925343fa3da65596eeaa4ddb5fd3"
9DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes', '', d)}"
9PROVIDES += "virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2" 10PROVIDES += "virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2"
10 11
11INC_PR = "r5" 12INC_PR = "r5"