mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
871afee677
Required for wayland feature in eww .
9 lines
302 B
Diff
9 lines
302 B
Diff
--- a/protocol/meson.build
|
|
+++ b/protocol/meson.build
|
|
@@ -1,4 +1,4 @@
|
|
-if wayland_scanner.found()
|
|
+if wayland_scanner.found() and false
|
|
prog_wayland_scanner = find_program(wayland_scanner.get_pkgconfig_variable('wayland_scanner'))
|
|
else
|
|
prog_wayland_scanner = find_program('wayland-scanner')
|