diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:04 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 8f3d295e1ac3c3349c32a024db48b5b7d6c78266 (patch) | |
tree | 75aa0ccda7151c0f4cbf297202a01b7672a520e8 /recipes-bsp/imx-test | |
parent | 53d6754e8a0ed450c44843a161497ddca1e996ec (diff) | |
download | meta-freescale-8f3d295e1ac3c3349c32a024db48b5b7d6c78266.tar.gz |
imx-test.inc: Add depends to support x11 builds
This fixes build issues with mxc_epdc_x11_fb_test and x11_overlay
which have dependencies on x11
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r-- | recipes-bsp/imx-test/imx-test.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index 7174b052..3c463c75 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc | |||
@@ -1,4 +1,5 @@ | |||
1 | # Copyright (C) 2012-2015 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012-2016 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2015 Freescale Semiconductor | ||
2 | 3 | ||
3 | SUMMARY = "Test programs for IMX BSP" | 4 | SUMMARY = "Test programs for IMX BSP" |
4 | DESCRIPTION = "Unit tests for the IMX BSP" | 5 | DESCRIPTION = "Unit tests for the IMX BSP" |
@@ -10,6 +11,9 @@ DEPENDS_mx6sx = "virtual/kernel imx-lib" | |||
10 | DEPENDS_mx6ul = "virtual/kernel imx-lib" | 11 | DEPENDS_mx6ul = "virtual/kernel imx-lib" |
11 | DEPENDS_mx7 = "virtual/kernel imx-lib" | 12 | DEPENDS_mx7 = "virtual/kernel imx-lib" |
12 | 13 | ||
14 | DEPENDS_append = " \ | ||
15 | ${@base_contains('DISTRO_FEATURES', 'x11', 'libx11 libxdamage libxrender libxrandr', '', d)} \ | ||
16 | " | ||
13 | 17 | ||
14 | LICENSE = "GPLv2" | 18 | LICENSE = "GPLv2" |
15 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 19 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |