summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 16:53:19 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 16:53:19 -0300
commit711bc4ec583d8be03ce51124465a52c17c411b1f (patch)
tree8f89f7a5ad0fe940e4fc8e50f2d7d71fe693e54a /recipes-graphics
parent5ef48c89b06a2a914f2254cb5af6160b37c78e96 (diff)
downloadmeta-freescale-711bc4ec583d8be03ce51124465a52c17c411b1f.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_14.0.2.imx.bb4
1 files 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
32# 32#
33require ${THISDIR}/required-distro-features.inc 33require ${THISDIR}/required-distro-features.inc
34 34
35DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" 35DEPENDS = "cairo gdk-pixbuf glib-2.0 libdisplay-info libinput libxkbcommon \
36DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native libdisplay-info" 36 pango pixman virtual/egl wayland wayland-native wayland-protocols"
37 37
38LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" 38LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}"
39 39