mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-25 01:20:09 +01:00
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:
parent
7e2d9e381e
commit
6a7c97988e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue