| Message ID | 20260715140507.2329605-10-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/12] libxml2: clean up xmlconf mode fixups | expand |
diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb index 67bed254ac9..df9f1934710 100644 --- a/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb +++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb @@ -9,11 +9,11 @@ be read directly by XKB-capable X servers or utilities." LIC_FILES_CHKSUM = "file://COPYING;md5=be5e191f04d3f2cd80aa83b928ba984c" -DEPENDS += "libxkbfile" +DEPENDS += "bison-native libxkbfile" BBCLASSEXTEND = "native" -EXTRA_OECONF += "--disable-selective-werror" +XORGBUILDCLASS = "meson" SRC_URI_EXT = "xz" SRC_URI[sha256sum] = "2ac31f26600776db6d9cd79b3fcd272263faebac7eb85fb2f33c7141b8486060"
The meson.build requires that bison is present, even if it may not be needed. Drop --disable-selective-error as this isn't an option in meson. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/xorg-app/xkbcomp_1.5.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)