The Wayland-Protocols package contains additional Wayland protocols that add functionality outside of protocols already in the Wayland core.
Install Wayland-Protocols by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
Inspect meson_options.txt
for a
full list of options.