mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
spice-gtk: Use libucontext for coroutines on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -38,6 +38,7 @@ DEPENDS = " \
|
|||||||
usbutils \
|
usbutils \
|
||||||
zlib \
|
zlib \
|
||||||
"
|
"
|
||||||
|
DEPENDS:append:libc-musl = " libucontext"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-pyparsing python3-six"
|
RDEPENDS:${PN} = "python3-pyparsing python3-six"
|
||||||
|
|
||||||
@@ -46,5 +47,7 @@ inherit meson pkgconfig vala gobject-introspection features_check
|
|||||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||||
|
|
||||||
EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled"
|
EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled"
|
||||||
|
EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext"
|
||||||
|
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}"
|
FILES:${PN} += "${datadir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user