Version:
Usage
Install the latest wayland package with the following command:
meson wrap install waylandOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from wayland 1.24.0-2 can be used by adding the following lines to your meson.build file:
wayland-client_dep = dependency('wayland-client')
wayland-cursor_dep = dependency('wayland-cursor')
wayland-egl_dep = dependency('wayland-egl')
wayland-server_dep = dependency('wayland-server')
wayland-scanner_prog = find_program('wayland-scanner')Patch Files Preview
No patch files needed for this package.