ibus: remove bundled vapigen.m4 again

Commit c175507f1c ("classes/vala: remove obsolete logic") dropped the
removal of vapigen.m4 bundled with sources

That macro does prefix the paths it reads from vapigen.pc with
PKG_CONFIG_SYSROOT_DIR, but older copies bundled by projects such as
ibus do not, and since these are found first via ACLOCAL_AMFLAGS = -I m4
they take precedence.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-09-24 21:56:17 -07:00
parent 6076c421a0
commit 6e3bd7aa61
+2
View File
@@ -40,4 +40,6 @@ EXTRA_OECONF:append:class-target = "\
do_configure:prepend() {
touch ${S}/ChangeLog
touch ${S}/ABOUT-NLS
# Remove vapigen.m4 bundled with sources so that the one shipped by vala is used instead.
rm -f ${S}/m4/vapigen.m4
}