diff options
| -rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.18.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.18.2.bb b/meta/recipes-graphics/cairo/cairo_1.18.2.bb index 12aeb431d0..65ee310212 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" | |||
| 57 | # cairo-trace is GPLv3 so add an option to remove it | 57 | # cairo-trace is GPLv3 so add an option to remove it |
| 58 | PACKAGECONFIG[trace] = "" | 58 | PACKAGECONFIG[trace] = "" |
| 59 | 59 | ||
| 60 | EXTRA_OEMESON = "-Dsymbol-lookup=disabled -Dspectre=disabled -Dtests=disabled" | ||
| 61 | |||
| 60 | do_install:append () { | 62 | do_install:append () { |
| 61 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'trace', 'true', 'false', d)}; then | 63 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'trace', 'true', 'false', d)}; then |
| 62 | rm ${D}${bindir}/cairo-trace ${D}${libdir}/cairo/libcairo-trace.so | 64 | rm ${D}${bindir}/cairo-trace ${D}${libdir}/cairo/libcairo-trace.so |
