These are disabled out of the box but only because the dependencies are not present. Explicitly disable them to be clear.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-graphics/cairo/cairo_1.18.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/cairo/cairo_1.18.2.bb b/meta/recipes-graphics/cairo/cairo_1.18.2.bb index 12aeb431d0d..65ee3102120 100644 --- a/meta/recipes-graphics/cairo/cairo_1.18.2.bb +++ b/meta/recipes-graphics/cairo/cairo_1.18.2.bb @@ -57,6 +57,8 @@ PACKAGECONFIG[xcb] = "-Dxcb=enabled,-Dxcb=disabled,libxcb" # cairo-trace is GPLv3 so add an option to remove it PACKAGECONFIG[trace] = "" +EXTRA_OEMESON = "-Dsymbol-lookup=disabled -Dspectre=disabled -Dtests=disabled" + do_install:append () { if ! ${@bb.utils.contains('PACKAGECONFIG', 'trace', 'true', 'false', d)}; then rm ${D}${bindir}/cairo-trace ${D}${libdir}/cairo/libcairo-trace.so -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206967): https://lists.openembedded.org/g/openembedded-core/message/206967 Mute This Topic: https://lists.openembedded.org/mt/109520309/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
