Using host wayland scanner.
This commit is contained in:
parent
6a7f946dad
commit
655e9089fc
13
x11-packages/xwayland/wayland-scanner.patch
Normal file
13
x11-packages/xwayland/wayland-scanner.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build
|
||||
index e848daf0d..42e7b529b 100644
|
||||
--- a/hw/xwayland/meson.build
|
||||
+++ b/hw/xwayland/meson.build
|
||||
@@ -29,7 +29,7 @@ srcs = [
|
||||
]
|
||||
|
||||
scanner_dep = dependency('wayland-scanner', native: true)
|
||||
-scanner = find_program(scanner_dep.get_pkgconfig_variable('wayland_scanner'))
|
||||
+scanner = '/usr/bin/wayland-scanner'
|
||||
|
||||
protocols_dep = dependency('wayland-protocols', version: wayland_protocols_req)
|
||||
protodir = protocols_dep.get_pkgconfig_variable('pkgdatadir')
|
Loading…
Reference in New Issue
Block a user