0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/foot/0001-fix-wayland-scanner-path.patch
2023-09-25 01:30:34 +08:00

13 lines
371 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -140,8 +140,7 @@
wayland_protocols_datadir = wayland_protocols.get_variable('pkgdatadir')
wscanner = dependency('wayland-scanner', native: true)
-wscanner_prog = find_program(
- wscanner.get_variable('wayland_scanner'), native: true)
+wscanner_prog = find_program('wayland-scanner')
wl_proto_headers = []
wl_proto_src = []