Improving the patch.

This commit is contained in:
sergiotarxz 2022-05-13 02:50:16 +02:00
parent 96e8b00f72
commit 5de4f96401
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
diff --git a/src/meson.build b/src/meson.build
index a601724..d82a6b3 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -75,7 +75,7 @@ endif
if meson.is_cross_build() or not get_option('scanner')
scanner_dep = dependency('wayland-scanner', native: true, version: meson.project_version())
- wayland_scanner_for_build = find_program(scanner_dep.get_variable(pkgconfig: 'wayland_scanner'))
+ wayland_scanner_for_build = '/usr/bin/wayland-scanner'
else
wayland_scanner_for_build = wayland_scanner
endif