void-packages/srcpkgs/geary/patches/libucontext.patch

15 lines
501 B
Diff

For whatever reason they don't use pkg-config for this.
We will substitute this as needed from the template.
--- meson.build
+++ meson.build
@@ -138,7 +138,8 @@ if libunwind_dep.found()
dependencies: [
valac.find_library('libunwind', dirs: [vapi_dir, unwind_lib]),
cc.find_library('libunwind', dirs: unwind_lib),
- cc.find_library('libunwind-generic', dirs: unwind_lib)
+ cc.find_library('libunwind-generic', dirs: unwind_lib),
+ @UCONTEXT_LIB@
],
)