*/meson.build: Fix warnings about features deprecated since Meson 0.56
1.0.0 is currently set as the minimum required version of Meson. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/681>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
|
||||
wl_protocol_dir = wayland_protos.get_pkgconfig_variable('pkgdatadir')
|
||||
wl_protocol_dir = wayland_protos.get_variable(pkgconfig : 'pkgdatadir')
|
||||
|
||||
wl_scanner = find_program('wayland-scanner')
|
||||
gen_scanner_client_header = generator(wl_scanner,
|
||||
|
||||
Reference in New Issue
Block a user