Message ID | 20250718135840.1969215-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] harfbuzz: disable building the tests | expand |
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb index 71eada7f284..bc2c6acdaec 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"
We don't (yet) install these, so don't build them. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb | 2 ++ 1 file changed, 2 insertions(+)