0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 04:48:55 +00:00
termux-packages/x11-packages/sway/0004-use-cross-wayland-scanner.patch
2024-05-12 19:37:51 +03:00

14 lines
390 B
Diff

+++ ./protocols/meson.build
@@ -1,10 +1,7 @@
wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
wayland_scanner_dep = dependency('wayland-scanner', native: true)
-wayland_scanner = find_program(
- wayland_scanner_dep.get_variable('wayland_scanner'),
- native: true,
-)
+wayland_scanner = 'wayland-scanner'
protocols = [
wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',