From 58e8bd8a1e491d6471eec516b08696477fcdff07 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 12 Jul 2026 16:53:19 -0300 Subject: weston: Sort and consolidate DEPENDS entries Merge the two adjacent unconditional DEPENDS assignments into a single alphabetically ordered list, satisfying oelint.vars.dependsordered (which checks the cumulative order across DEPENDS lines). DEPENDS order does not affect the build; no functional change. Signed-off-by: Otavio Salvador (cherry picked from commit 711bc4ec583d8be03ce51124465a52c17c411b1f) --- recipes-graphics/wayland/weston_14.0.2.imx.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/wayland/weston_14.0.2.imx.bb b/recipes-graphics/wayland/weston_14.0.2.imx.bb index d50a7c883..025c65d7a 100644 --- a/recipes-graphics/wayland/weston_14.0.2.imx.bb +++ b/recipes-graphics/wayland/weston_14.0.2.imx.bb @@ -32,8 +32,8 @@ inherit meson pkgconfig useradd # require ${THISDIR}/required-distro-features.inc -DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" -DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native libdisplay-info" +DEPENDS = "cairo gdk-pixbuf glib-2.0 libdisplay-info libinput libxkbcommon \ + pango pixman virtual/egl wayland wayland-native wayland-protocols" LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" -- cgit v1.2.3-54-g00ecf