diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 17:09:22 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 17:09:22 -0300 |
| commit | 4f533c5585b438e7577be030d1d5da2cefa3e6a9 (patch) | |
| tree | e161d754cdd9f884f12012e4fb60086c4e832348 /recipes-graphics/wayland | |
| parent | 45ba591382689cf7170562631dc48b4b54d2de25 (diff) | |
| download | meta-freescale-4f533c5585b438e7577be030d1d5da2cefa3e6a9.tar.gz | |
weston: Sort and consolidate DEPENDS in the 10.0.5 recipe
Merge the two adjacent unconditional DEPENDS assignments into a single
alphabetically ordered list, satisfying oelint.vars.dependsordered
(which checks cumulative order across DEPENDS lines). No functional change.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/wayland')
| -rw-r--r-- | recipes-graphics/wayland/weston_10.0.5.imx.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.5.imx.bb b/recipes-graphics/wayland/weston_10.0.5.imx.bb index 077239a42..2e1c136ff 100644 --- a/recipes-graphics/wayland/weston_10.0.5.imx.bb +++ b/recipes-graphics/wayland/weston_10.0.5.imx.bb | |||
| @@ -31,8 +31,8 @@ inherit meson pkgconfig useradd | |||
| 31 | # | 31 | # |
| 32 | require ${THISDIR}/required-distro-features.inc | 32 | require ${THISDIR}/required-distro-features.inc |
| 33 | 33 | ||
| 34 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" | 34 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libinput libxkbcommon pango pixman \ |
| 35 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 35 | virtual/egl wayland wayland-native wayland-protocols" |
| 36 | 36 | ||
| 37 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" | 37 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" |
| 38 | 38 | ||
