diff options
| -rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.18.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.18.0.bb b/meta/recipes-graphics/cairo/cairo_1.18.0.bb index fe72537b77..4c97e973d0 100644 --- a/meta/recipes-graphics/cairo/cairo_1.18.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.18.0.bb | |||
| @@ -38,12 +38,13 @@ inherit meson pkgconfig upstream-version-is-even gtk-doc multilib_script | |||
| 38 | 38 | ||
| 39 | # if qemu usermode isn't available, this value needs to be set statically | 39 | # if qemu usermode isn't available, this value needs to be set statically |
| 40 | # (otherwise it's determinted by running a small target executable with qemu) | 40 | # (otherwise it's determinted by running a small target executable with qemu) |
| 41 | do_write_config:append:class-target() { | 41 | do_write_config:append() { |
| 42 | cat >${WORKDIR}/cairo.cross <<EOF | 42 | cat >${WORKDIR}/cairo.cross <<EOF |
| 43 | [properties] | 43 | [properties] |
| 44 | ipc_rmid_deferred_release = 'true' | 44 | ipc_rmid_deferred_release = 'true' |
| 45 | EOF | 45 | EOF |
| 46 | } | 46 | } |
| 47 | EXTRA_OEMESON:append:class-nativesdk = "${@' --cross-file ${WORKDIR}/cairo.cross' if d.getVar('EXEWRAPPER_ENABLED') == 'False' else ''}" | ||
| 47 | EXTRA_OEMESON:append:class-target = "${@' --cross-file ${WORKDIR}/cairo.cross' if d.getVar('EXEWRAPPER_ENABLED') == 'False' else ''}" | 48 | EXTRA_OEMESON:append:class-target = "${@' --cross-file ${WORKDIR}/cairo.cross' if d.getVar('EXEWRAPPER_ENABLED') == 'False' else ''}" |
| 48 | 49 | ||
| 49 | GTKDOC_MESON_OPTION = "gtk_doc" | 50 | GTKDOC_MESON_OPTION = "gtk_doc" |
