mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
423 B
Diff
12 lines
423 B
Diff
--- a/hw/xwayland/meson.build
|
|
+++ b/hw/xwayland/meson.build
|
|
@@ -31,7 +31,7 @@ srcs = [
|
|
]
|
|
|
|
scanner_dep = dependency('wayland-scanner', native: true)
|
|
-scanner = find_program(scanner_dep.get_variable(pkgconfig : 'wayland_scanner'))
|
|
+scanner = find_program('wayland-scanner')
|
|
|
|
protocols_dep = dependency('wayland-protocols', version: wayland_protocols_req)
|
|
protodir = protocols_dep.get_variable(pkgconfig : 'pkgdatadir')
|