libdex: Link with libucontext on musl

Fixes errors like below

x86_64-yoe-linux-musl-ld.lld: error: undefined symbol: getcontext

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-11-22 09:55:59 -08:00
parent d4ac4dcb70
commit 842bb9f99f
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -7,6 +7,9 @@ inherit features_check gnomebase upstream-version-is-even gobject-introspection
DEPENDS += " \
glib-2.0 \
"
DEPENDS:append:libc-musl = " libucontext"
LDFLAGS:append:libc-musl = " -lucontext"
SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0"