No description
  • C 99.5%
  • Shell 0.5%
Find a file
2024-10-25 19:41:05 -07:00
.github remove: github/workflows/ci.yml 2024-10-25 19:41:05 -07:00
libdecor add: libdecor 0.2.2 2024-10-25 19:41:05 -07:00
wayland change: rename include/ to wayland/ 2024-10-25 19:41:05 -07:00
wayland-protocols change: rename wayland-generated to wayland-protocols 2024-10-25 19:41:05 -07:00
.gitignore update to Zig 2024.05 2024-06-02 11:38:18 -07:00
README.md change(README): to reflect directory name changes 2024-10-25 19:41:05 -07:00
update.sh change: rename include/ to wayland/ 2024-10-25 19:41:05 -07:00
verify.sh make update/verify commands scripts 2023-06-24 16:33:37 -07:00

wayland-headers packaged for the Zig build system

This is a Zig package which provides various Wayland headers needed to develop and cross-compile.

It includes:

  • non-generated Wayland headers (see wayland/)

  • generated headers for Wayland protocols (see wayland-protocols/):

    • idle-inhibit-unstable-v1
    • pointer-constraints-unstable-v1
    • relative-pointer-unstable-v1
    • viewporter
    • xdg-decoration
    • xdg-shell
  • And headers for libdecor (see libdecor/)

Updating

To update this repository, run ./update.sh followed by ./verify.sh to verify the repository contents.

Verifying repository contents

For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:

./verify.sh

If nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.

Issues

Issues are tracked in the main Mach repository.