aports/community/libdex/ucontext.patch
psykose 50a414fe7e community/libdex: new aport
https://gitlab.gnome.org/GNOME/libdex
Future-based programming for GLib-based applications

needed for gnome-builder
2023-03-18 12:57:54 +01:00

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),
]