0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-07 20:10:04 +00:00
termux-packages/packages/waypipe/waypipe-c-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

12 lines
379 B
Diff

--- a/waypipe-c/meson.build
+++ b/waypipe-c/meson.build
@@ -218,7 +218,7 @@
endif
if config_data.has('HAS_SECURITY_CONTEXT')
wayland_scanner_prog = find_program(
- wayland_scanner.get_variable(pkgconfig: 'wayland_scanner'),
+ 'wayland-scanner'
)
wl_security_context_xml = '../protocols/security-context-v1.xml'
protocols_src += custom_target(