No description
  • C 99.4%
  • C++ 0.5%
  • Shell 0.1%
Find a file
Wrench[bot] bc049ff07d
Some checks failed
CI / x86_64-linux (push) Has been cancelled
all: update Zig to version 0.14.0-dev.2577+271452d22
Signed-off-by: Wrench[bot] <wrench@hexops.com>
2024-12-30 12:55:25 -07:00
.github all: update Zig to version 0.14.0-dev.2577+271452d22 2024-12-30 12:55:25 -07:00
GL init 2023-04-04 14:24:28 +02:00
X11 ./update.sh 2023-10-01 12:18:22 -07:00
xcb ./update.sh 2023-10-01 12:18:22 -07:00
xkbcommon ./update.sh 2023-10-01 12:18:22 -07:00
.gitignore update to Zig 2024.05 2024-06-02 11:44:53 -07:00
build.zig update to Zig 2024.05 2024-06-02 11:44:53 -07:00
README.md Pin upstream revs; Update headers 2023-10-01 12:18:22 -07:00
update.sh Pin upstream revs; Update headers 2023-10-01 12:18:22 -07:00
verify.sh make update/verify commands scripts 2023-06-24 16:27:09 -07:00

x11-headers packaged for the Zig build system

This is a Zig package which provides various X11 headers needed to develop and cross-compile e.g. GLFW applications. It includes development headers for:

  • xkbcommon
  • x11
  • xcb
  • xcursor
  • xrandr
  • xfixes
  • xrender
  • xinerama
  • xi
  • xscrnsaver
  • xext
  • xorgproto
  • GLX

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.