| Message ID | 20260902151051.159953-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/7] libxcb: add explicit util-macros-native dependency | expand |
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util.inc b/meta/recipes-graphics/xorg-lib/xcb-util.inc index 9898a6a13e6..cae1d287861 100644 --- a/meta/recipes-graphics/xorg-lib/xcb-util.inc +++ b/meta/recipes-graphics/xorg-lib/xcb-util.inc @@ -13,8 +13,7 @@ LICENSE = "MIT" SECTION = "x11/libs" -DEPENDS = "libxcb" -DEPENDS += "gperf-native" +DEPENDS = "util-macros-native gperf-native libxcb" SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.xz"
This recipe needs util-macros, but currently this comes in via target transient dependencies. Explicitly depend on util-macros-native so it is always present. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/xorg-lib/xcb-util.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)