feat(linux/glad): implement EGL_IMG_context_priority (#4857)

This commit is contained in:
Conn O'Griofa
2026-03-22 00:27:21 +00:00
committed by GitHub
parent 0d3be0bb1e
commit ae8adfd8ed
9 changed files with 72 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ from source and using the binary directly, this will also work:
```bash
sudo cp build/sunshine /tmp
sudo setcap cap_sys_admin+p /tmp/sunshine
sudo setcap cap_sys_admin,cap_sys_nice+p /tmp/sunshine
sudo getcap /tmp/sunshine
sudo mv /tmp/sunshine build/sunshine
```