diff options
-rw-r--r-- | meta-networking/recipes-support/spice/spice-gtk_0.42.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb index 2d1b64967e..542ddb69b7 100644 --- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb +++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb | |||
@@ -46,8 +46,13 @@ inherit meson pkgconfig vala gobject-introspection features_check | |||
46 | 46 | ||
47 | REQUIRED_DISTRO_FEATURES = "opengl" | 47 | REQUIRED_DISTRO_FEATURES = "opengl" |
48 | 48 | ||
49 | EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled" | 49 | GIR_MESON_ENABLE_FLAG = 'enabled' |
50 | EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext" | 50 | GIR_MESON_DISABLE_FLAG = 'disabled' |
51 | |||
52 | PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" | ||
53 | PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled" | ||
51 | 54 | ||
55 | EXTRA_OEMESON = "-Dpie=true" | ||
56 | EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext" | ||
52 | 57 | ||
53 | FILES:${PN} += "${datadir}" | 58 | FILES:${PN} += "${datadir}" |