aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index b6fdec8c..2992ac58 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -2,7 +2,7 @@ wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
wayland_scanner_dep = dependency('wayland-scanner', native: true)
wayland_scanner = find_program(
- wayland_scanner_dep.get_variable(pkgconfig: 'wayland_scanner'),
+ wayland_scanner_dep.get_variable('wayland_scanner'),
native: true,
)