mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
https://gitlab.gnome.org/GNOME/libdex Future-based programming for GLib-based applications needed for gnome-builder
13 lines
290 B
Diff
13 lines
290 B
Diff
diff --git a/src/meson.build b/src/meson.build
|
|
index 04f6e29..bb93981 100644
|
|
--- a/src/meson.build
|
|
+++ b/src/meson.build
|
|
@@ -61,6 +61,7 @@ libdex_headers = [
|
|
libdex_deps = [
|
|
cc.find_library('atomic', required: false),
|
|
glib_dep,
|
|
+ cc.find_library('ucontext', required: true),
|
|
]
|
|
|
|
|