diff options
author | 2013-06-20 20:23:52 +0000 | |
---|---|---|
committer | 2013-06-24 17:44:31 -0300 | |
commit | 3b4c20c4f683b721994ea2e4e364c38601cd3c6b (patch) | |
tree | 0405b2418d564ced283d70b8e47bb746bf57e0eb | |
parent | 97d99ae9ccd82be2c7de4322e74b1d75f8987c21 (diff) | |
download | meta-fsl-arm-3b4c20c4f683b721994ea2e4e364c38601cd3c6b.tar.gz meta-fsl-arm-3b4c20c4f683b721994ea2e4e364c38601cd3c6b.tar.bz2 meta-fsl-arm-3b4c20c4f683b721994ea2e4e364c38601cd3c6b.zip |
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>
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 1 |
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" SECTION = "libs" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=19f5925343fa3da65596eeaa4ddb5fd3" +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes', '', d)}" PROVIDES += "virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2" INC_PR = "r5" |