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 <[email protected]> --- meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242793): https://lists.openembedded.org/g/openembedded-core/message/242793 Mute This Topic: https://lists.openembedded.org/mt/120597282/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
