summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-03-29 17:31:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-31 18:55:49 -0300
commitc97e048d813176fbf396de8dc22791fb43272bca (patch)
tree7b610ff6d274e51c5161000d57495d809e7a17fd
parenta4d783ad57041c0b6e0ac646eb6cdf72a095da5d (diff)
downloadmeta-fsl-arm-c97e048d813176fbf396de8dc22791fb43272bca.tar.gz
gpu-viv-bin-mx6q: Rework depends for easy reading
There are no SoC specific dependencies which we need to use the overrides system to specify the dependencies so the use of variables just makes the depends line harder to read. Stop using the temporary variables for X11 and Wayland dependencies. Change-Id: I7e31c0c19dde7e81fc4dfed0553945733f636c43 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc7
1 files changed, 2 insertions, 5 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 40fcb2f..f20356d 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
@@ -7,11 +7,8 @@ SECTION = "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"
9 9
10X11_DEPENDS = "virtual/libx11 libxdamage libxext libxfixes mesa" 10DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes mesa', \
11WL_DEPENDS = "wayland" 11 base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \
12
13DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', '${X11_DEPENDS}', \
14 base_contains('DISTRO_FEATURES', 'wayland', '${WL_DEPENDS}', \
15 '', d), d)}" 12 '', d), d)}"
16 13
17PROVIDES += "virtual/wayland-egl virtual/libgl virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 virtual/libopenvg" 14PROVIDES += "virtual/wayland-egl virtual/libgl virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 virtual/libopenvg"