diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-12-26 14:56:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 09:55:19 -0800 |
commit | 4da7554d81e839f0c788e2c1c1eab817c02cf114 (patch) | |
tree | 054a11391fd992dfe85032830d41064dddf54e11 /meta-networking/recipes-support/spice | |
parent | 3431a80bd72e8a40129d585e2761792ca54983de (diff) | |
download | meta-openembedded-4da7554d81e839f0c788e2c1c1eab817c02cf114.tar.gz |
spice-gtk: Use libucontext for coroutines on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice')
-rw-r--r-- | meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb b/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb index d654a36f4..44b42a331 100644 --- a/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb +++ b/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb | |||
@@ -38,6 +38,7 @@ DEPENDS = " \ | |||
38 | usbutils \ | 38 | usbutils \ |
39 | zlib \ | 39 | zlib \ |
40 | " | 40 | " |
41 | DEPENDS:append:libc-musl = " libucontext" | ||
41 | 42 | ||
42 | RDEPENDS:${PN} = "python3-pyparsing python3-six" | 43 | RDEPENDS:${PN} = "python3-pyparsing python3-six" |
43 | 44 | ||
@@ -46,5 +47,7 @@ inherit meson pkgconfig vala gobject-introspection features_check | |||
46 | REQUIRED_DISTRO_FEATURES = "opengl" | 47 | REQUIRED_DISTRO_FEATURES = "opengl" |
47 | 48 | ||
48 | EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled" | 49 | EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled" |
50 | EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext" | ||
51 | |||
49 | 52 | ||
50 | FILES:${PN} += "${datadir}" | 53 | FILES:${PN} += "${datadir}" |