diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-25 09:04:03 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-26 13:47:11 -0300 |
commit | 1a801d0e33abe08e042f33c044f1bc1e12e05397 (patch) | |
tree | 08a6ede4e496eef18b380afbc2ad1f559c513c6e | |
parent | 20d7652906491f5b1851b979dc6ab174a835197b (diff) | |
download | meta-fsl-arm-1a801d0e33abe08e042f33c044f1bc1e12e05397.tar.gz |
gpu-viv-bin-mx6q.inc: Make mesa dependency conditional for x11
When building without x11 support, we don't need to build mesa.
Change-Id: I3c7d36752c089ad5957afbf13d87424b517a780d
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 2 |
1 files changed, 1 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 eaa775c..c4fae9a 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,7 @@ 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', '', d)} mesa" | 9 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes mesa', '', d)}" |
10 | PROVIDES += "virtual/wayland-egl virtual/libgl virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2" | 10 | PROVIDES += "virtual/wayland-egl virtual/libgl virtual/libgal-x11 virtual/egl virtual/libgles1 virtual/libgles2" |
11 | 11 | ||
12 | PE = "1" | 12 | PE = "1" |