diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-13 12:20:28 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-17 14:20:00 -0300 |
commit | 382e41821d49701649d60aea31e02312f19aab72 (patch) | |
tree | 42e587b72360c7a2ea7dcddc78454ee95ac6c2b8 | |
parent | 4a92910ef6209f7ccff08bda42a58f637a3c8b49 (diff) | |
download | meta-fsl-arm-382e41821d49701649d60aea31e02312f19aab72.tar.gz |
gpu-viv-bin-mx6q: Depends on 'wayland' when needed
When using Wayland support, a dependency on 'wayland' is needed so the
shlib dependency can be done accordingly and we can have a
deterministic build.
Change-Id: Ief7caced3abf282d83fcd93c8bcb4a5622414c20
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 9 |
1 files changed, 8 insertions, 1 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 32867e7..40fcb2f 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,7 +6,14 @@ DESCRIPTION = "GPU driver and apps for imx6" | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Proprietary" | 7 | LICENSE = "Proprietary" |
8 | LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=19f5925343fa3da65596eeaa4ddb5fd3" | 8 | LIC_FILES_CHKSUM = "file://usr/include/gc_vdk.h;endline=11;md5=19f5925343fa3da65596eeaa4ddb5fd3" |
9 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes mesa', '', d)}" | 9 | |
10 | X11_DEPENDS = "virtual/libx11 libxdamage libxext libxfixes mesa" | ||
11 | WL_DEPENDS = "wayland" | ||
12 | |||
13 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', '${X11_DEPENDS}', \ | ||
14 | base_contains('DISTRO_FEATURES', 'wayland', '${WL_DEPENDS}', \ | ||
15 | '', d), d)}" | ||
16 | |||
10 | PROVIDES += "virtual/wayland-egl virtual/libgl virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 virtual/libopenvg" | 17 | PROVIDES += "virtual/wayland-egl virtual/libgl virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2 virtual/libopenvg" |
11 | 18 | ||
12 | PE = "1" | 19 | PE = "1" |