protocol/meson.build: Bump wayland-protocol requirement to 1.18

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
dev
Jonas Ådahl 5 years ago committed by Pekka Paalanen
parent da2e574ca9
commit a89266f422
  1. 5
      protocol/meson.build

@ -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…
Cancel
Save