0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-14 16:03:05 +00:00
Files
termux-packages/packages/waypipe/meson.build.patch
Biswapriyo Nath 03fa1a3c0f 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 15:58:22 +05:30

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')