diff options
| -rw-r--r-- | meta/recipes-graphics/graphene/graphene_1.10.8.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-graphics/graphene/graphene_1.10.8.bb b/meta/recipes-graphics/graphene/graphene_1.10.8.bb index 75c8258d99..120ee80b17 100644 --- a/meta/recipes-graphics/graphene/graphene_1.10.8.bb +++ b/meta/recipes-graphics/graphene/graphene_1.10.8.bb | |||
| @@ -9,14 +9,15 @@ inherit gnomebase gobject-introspection gtk-doc | |||
| 9 | 9 | ||
| 10 | SRC_URI[archive.sha256sum] = "a37bb0e78a419dcbeaa9c7027bcff52f5ec2367c25ec859da31dfde2928f279a" | 10 | SRC_URI[archive.sha256sum] = "a37bb0e78a419dcbeaa9c7027bcff52f5ec2367c25ec859da31dfde2928f279a" |
| 11 | 11 | ||
| 12 | # gtk4 & mutter 41.0 requires graphene build with introspection | ||
| 13 | # Disable neon support by default on ARM-32 platforms because of the | 12 | # Disable neon support by default on ARM-32 platforms because of the |
| 14 | # following upstream bug: https://github.com/ebassi/graphene/issues/215 | 13 | # following upstream bug: https://github.com/ebassi/graphene/issues/215 |
| 15 | PACKAGECONFIG ?= "introspection ${@bb.utils.contains('TUNE_FEATURES', 'aarch64', 'neon', '', d)}" | 14 | PACKAGECONFIG ?= "${@bb.utils.contains('TUNE_FEATURES', 'aarch64', 'neon', '', d)}" |
| 16 | 15 | ||
| 17 | PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," | ||
| 18 | PACKAGECONFIG[neon] = "-Darm_neon=true,-Darm_neon=false," | 16 | PACKAGECONFIG[neon] = "-Darm_neon=true,-Darm_neon=false," |
| 19 | 17 | ||
| 18 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 19 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 20 | |||
| 20 | GTKDOC_MESON_OPTION = "gtk_doc" | 21 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 21 | 22 | ||
| 22 | EXTRA_OEMESON = "-Dinstalled_tests=false" | 23 | EXTRA_OEMESON = "-Dinstalled_tests=false" |
