mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
protocol/meson.build: Bump wayland-protocol requirement to 1.18
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
da2e574ca9
commit
a89266f422
1 changed files with 1 additions and 4 deletions
|
|
@ -1,10 +1,7 @@
|
|||
dep_scanner = dependency('wayland-scanner', native: true)
|
||||
prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner'))
|
||||
|
||||
# XXX: For minor version 2 of zwp_linux_explicit_synchronization_v1, we
|
||||
# actually need a development version after 1.17, but there is no way to
|
||||
# express such a requirement at the moment.
|
||||
dep_wp = dependency('wayland-protocols', version: '>= 1.17')
|
||||
dep_wp = dependency('wayland-protocols', version: '>= 1.18')
|
||||
dir_wp_base = dep_wp.get_pkgconfig_variable('pkgdatadir')
|
||||
|
||||
install_data(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue