From 523782f85c65a83445b4b01203127e999792425e Mon Sep 17 00:00:00 2001 From: Alper Ak Date: Thu, 10 Sep 2026 09:34:32 +0300 Subject: [PATCH] xcursorgen: add missing util-macros-native dependency do_configure fails with: configure.ac:17: error: must install xorg-macros 1.8 or later before running autoconf/autogen Signed-off-by: Alper Ak Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb index 1287b09766..9e6db05daa 100644 --- a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb +++ b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb @@ -1,7 +1,7 @@ LICENSE = "LicenseRef-ManishSingh" LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2" -DEPENDS = "libpng libxcursor" +DEPENDS = "util-macros-native libpng libxcursor" SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.xz" SRC_URI[sha256sum] = "0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc"