diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-09-29 13:22:22 +0200 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-09-30 11:52:32 +0000 |
commit | f62ec71ac7d2941cfa5ca6863f077ada30c16e02 (patch) | |
tree | 911a41906a8ba8b9f3486a05641e9f0b84d690d4 | |
parent | 2404d9bffead0f5f43895a7e9047f8ccbc102f25 (diff) | |
download | meta-freescale-f62ec71ac7d2941cfa5ca6863f077ada30c16e02.tar.gz |
weston_10.0.0.imx: add build dependency on libdrmbackport-1244-to-kirkstone
When removing rdp as default dependency a hidden buildtime
dependency on libdrm is uncovered for targets using fbdev
as backend and g2d as renderer. As a result compiling for
i.MX6 will fail due to missing libdrm headers.
Add libdrm to DEPENDS for imxfbdev.
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
(cherry picked from commit 678bf9b179a4573ae7290f2600949c0f5440a271)
-rw-r--r-- | recipes-graphics/wayland/weston_10.0.0.imx.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb index 7ab612b0..cc60b4d7 100644 --- a/recipes-graphics/wayland/weston_10.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb | |||
@@ -34,6 +34,7 @@ require ${THISDIR}/required-distro-features.inc | |||
34 | 34 | ||
35 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" | 35 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" |
36 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 36 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" |
37 | DEPENDS:append:imxfbdev = " libdrm" | ||
37 | 38 | ||
38 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" | 39 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" |
39 | 40 | ||