build: Bump wayland-scanner version to 1.20.0

Wayland 1.20.0 adds support for the type attribute to mark events as
destructors.

Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
This commit is contained in:
Tadeo Kondrak 2022-02-25 14:30:39 -07:00
parent 7e2d9e381e
commit 6a7c97988e

View file

@ -1,5 +1,5 @@
prog_scan_sh = find_program('scan.sh')
dep_scanner = dependency('wayland-scanner', native: true)
dep_scanner = dependency('wayland-scanner', version: '>=1.20.0', native: true)
prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner'))
libwayland = [