mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-07 20:10:04 +00:00
03fa1a3c0f
* 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
12 lines
379 B
Diff
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(
|