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 <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Alper Ak
2026-09-11 07:07:59 -07:00
committed by Khem Raj
parent c2f9fb9496
commit 523782f85c
@@ -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"