The Wayland-Protocols package contains additional Wayland protocols that add functionality outside of protocols already in the Wayland core.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.45/downloads/wayland-protocols-1.45.tar.xz
Download SHA256 Sum: 4d2b2a9e3e099d017dc8107bf1c334d27bb87d9e4aff19a0c8d856d17cd41ef0
Download MD5 sum: a235baeab3f1c6d57ac4c7c00ecd7e48
Download size: 928.6 KB
Estimated disk space required: 8,696.7 KB
Estimated build time: less than 0.5 SBU
Prepare Wayland-protocols by running the following commands:
meson setup build --prefix=/usr --buildtype=release
Now Build, the package issue:
ninja -C build
To test the results, issue:
ninja -C build test
Now Install, as the root user:
ninja -C build install