Skip to content
Snippets Groups Projects
Commit 6c687c20 authored by Marvin Scholz's avatar Marvin Scholz Committed by Steve Lhomme
Browse files

meson: replace deprecated get_pkgconfig_variable method

parent 953ff5b6
No related branches found
No related tags found
Loading
Pipeline #330155 passed with stage
in 16 minutes and 4 seconds
......@@ -53,10 +53,10 @@ if (host_system != 'darwin' and host_system != 'windows') or get_option('xcb').e
if have_wayland
wayland_scanner = find_program(
wayland_scanner_dep.get_pkgconfig_variable('wayland_scanner'),
wayland_scanner_dep.get_variable(pkgconfig: 'wayland_scanner'),
native: true
)
wayland_protocols_dir = wayland_protocols_dep.get_pkgconfig_variable('pkgdatadir')
wayland_protocols_dir = wayland_protocols_dep.get_variable(pkgconfig: 'pkgdatadir')
endif
else
have_wayland = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment