diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-25 21:11:46 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-11 14:17:47 -0300 |
commit | a9280cb755c260922f78c5b1c65f2760b407e859 (patch) | |
tree | db31fd47a6ee6faaf628cb8da14cffe38bcb4b8e /recipes-graphics/imx-gpu-viv | |
parent | bdd11dae356edbb59af6c47c0066c49b62935f9b (diff) | |
download | meta-freescale-a9280cb755c260922f78c5b1c65f2760b407e859.tar.gz |
imx-base.inc: Add imxfbdev and imxdrm to MACHINEOVERRIDES_EXTENDER
- weston uses the imxfbdev override for backend configuration
- imx-gpu-viv uses the imxdrm override for dependency configuration
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 75158444..f0e549f1 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -12,11 +12,11 @@ DEPENDS += " \ | |||
12 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes', \ | 12 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes', \ |
13 | '', d), d)} \ | 13 | '', d), d)} \ |
14 | " | 14 | " |
15 | DEPENDS += "libdrm" | ||
16 | DEPENDS += " \ | 15 | DEPENDS += " \ |
17 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb libxshmfence libxxf86vm', \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcb libxshmfence libxxf86vm', \ |
18 | '', d)} \ | 17 | '', d)} \ |
19 | " | 18 | " |
19 | DEPENDS_append_imxdrm = " libdrm wayland" | ||
20 | 20 | ||
21 | # imx-gpu-viv does not provide everything it needs to for virtual/libgl | 21 | # imx-gpu-viv does not provide everything it needs to for virtual/libgl |
22 | # on x11 backend or on Wayland backend with XWayland support. | 22 | # on x11 backend or on Wayland backend with XWayland support. |