diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-09-29 13:22:22 +0200 |
---|---|---|
committer | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-09-30 11:11:18 +0200 |
commit | 678bf9b179a4573ae7290f2600949c0f5440a271 (patch) | |
tree | 64cef24942b18adaf92b65c56b978ecfa422777c | |
parent | 8e874acb5ae2e0e52421916ae787dc3a02892574 (diff) | |
download | meta-freescale-678bf9b179a4573ae7290f2600949c0f5440a271.tar.gz |
weston_10.0.0.imx: add build dependency on libdrm
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>
-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 | ||