diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-09-30 08:52:19 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-30 08:52:19 -0300 |
| commit | b31a0c59157ea23b2f687f64d3e6cd1a888eb83b (patch) | |
| tree | 64cef24942b18adaf92b65c56b978ecfa422777c | |
| parent | 8e874acb5ae2e0e52421916ae787dc3a02892574 (diff) | |
| parent | 678bf9b179a4573ae7290f2600949c0f5440a271 (diff) | |
| download | meta-freescale-b31a0c59157ea23b2f687f64d3e6cd1a888eb83b.tar.gz | |
Merge pull request #1244 from niebelm/weston-fix-drm-dependency
weston_10.0.0.imx: add build dependency on libdrm
| -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 7ab612b03..cc60b4d7d 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 | ||
