diff mbox series

[3/3] xwininfo: use meson to build

Message ID 20260804171144.665123-3-ross.burton@arm.com
State Under Review
Headers show
Series [1/3] xmodmap: use meson to build | expand

Commit Message

Ross Burton Aug. 4, 2026, 5:11 p.m. UTC
Since 1.1.7 xwinfino can use meson to build, so use it.

Replace the gettext-native dependency with virtual/libiconv, because
that is what the dependency actually is: the autoconf check was overly
eager.

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

Patch

diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb
index 6fc49e8729f..f3f0ed5cd43 100644
--- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb
+++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb
@@ -7,9 +7,11 @@  windows.  Information may include window position, size, color depth, \
 and a number of other items."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=a1b9559d7b7997a6e9588012ebf8769a"
-DEPENDS += "libxext libxmu gettext-native"
+DEPENDS += "libxext libxmu virtual/libiconv"
 
 PE = "0"
 
 SRC_URI_EXT = "xz"
 SRC_URI[sha256sum] = "bee14d594cc86cc59aae1015c1b452a71bf60c304131e2716ca1cf0df733b4ac"
+
+XORGBUILDCLASS = "meson"