From 5db0a59d09bbab63d48c03d5fa4bfb7c89d6a3b1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 18 Jul 2025 14:58:39 +0100 Subject: [PATCH] harfbuzz: disable building the tests We don't (yet) install these, so don't build them. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb index 71eada7f28..bc2c6acdae 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb @@ -21,6 +21,8 @@ GIR_MESON_DISABLE_FLAG = 'disabled' GTKDOC_MESON_ENABLE_FLAG = 'enabled' GTKDOC_MESON_DISABLE_FLAG = 'disabled' +EXTRA_OEMESON = "-Dtests=disabled" + PACKAGECONFIG ??= "cairo freetype glib icu" PACKAGECONFIG[cairo] = "-Dcairo=enabled,-Dcairo=disabled,cairo" PACKAGECONFIG[chafa] = "-Dchafa=enabled,-Dchafa=disabled,chafa" -- 2.47.2