diff mbox series

[meta-oe] xcursorgen: add missing util-macros-native dependency

Message ID 20260910063432.221832-1-alperyasinak1@gmail.com
State Under Review
Headers show
Series [meta-oe] xcursorgen: add missing util-macros-native dependency | expand

Commit Message

Alper Ak Sept. 10, 2026, 6:34 a.m. UTC
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 <alperyasinak1@gmail.com>
---
 meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"