diff mbox series

[06/12] mkfontscale: use meson

Message ID 20260715140507.2329605-6-ross.burton@arm.com
State New
Headers show
Series [01/12] libxml2: clean up xmlconf mode fixups | expand

Commit Message

Ross Burton July 15, 2026, 2:05 p.m. UTC
Also drop util-macros-native dependency, which is only needed by the
configure scripts.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb
index 42867db65d6..176f8562e2d 100644
--- a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.4.bb
@@ -8,7 +8,7 @@  font name (XLFD) is generated, and is written together with the file \
 name to a file fonts.scale in the directory.  The resulting fonts.scale \
 is used by the mkfontdir program."
 
-DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto"
+DEPENDS = "zlib libfontenc freetype xorgproto"
 
 PROVIDES += "mkfontdir"
 RPROVIDES:${PN} += "mkfontdir"
@@ -19,3 +19,5 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=5a60c596d1b5f3dee9f005b703b3180d"
 
 SRC_URI_EXT = "xz"
 SRC_URI[sha256sum] = "a01492a17a9b6c0ee3f92ee578850e305315b9f298da5f006a1cd4b51db01a5e"
+
+XORGBUILDCLASS = "meson"