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.25.0-1 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.