https://github.com/hexops/wayland-headers
wayland-headers packaged for the Zig build system
https://github.com/hexops/wayland-headers
Last synced: about 1 month ago
JSON representation
wayland-headers packaged for the Zig build system
- Host: GitHub
- URL: https://github.com/hexops/wayland-headers
- Owner: hexops
- Created: 2023-04-05T09:12:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T02:41:05.000Z (over 1 year ago)
- Last Synced: 2025-10-21T21:49:08.112Z (6 months ago)
- Language: C
- Size: 126 KB
- Stars: 4
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```sh
./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](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Awayland-headers).