Files
termux-packages/packages/waypipe/meson.build.patch
termux-pacman-bot b7409f02ff bump(main/waypipe): 0.10.0
* Build waypipe with C language for now. Rust waypipe needs testing.

* Rebase patches after C source files were moved in waypipe-c dir.
  a605a8ddb2

* Remove src-secctx.c.patch file which was added in upstream.
  eccbb5cbf1
2025-01-08 10:39:02 +00:00

13 lines
283 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -207,8 +207,7 @@
)
if scdoc.found()
scdoc_prog = find_program(
- scdoc.get_variable(pkgconfig: 'scdoc'),
- native: true,
+ 'scdoc'
)
sh = find_program('sh', native: true)
mandir = get_option('mandir')