glfw: wayland/X11 runtime detection support (update linux system SDKs) #347
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach#347
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GLFW now supports wayland/X11 runtime detection support. In theory we just need to turn this field to
trueby default and Mach/GLFW should work way better on Wayland systems now:https://github.com/hexops/mach/pull/346/files#diff-e734a8f4be5ab18b5833ffdbecf5eabe92ae0d167e94977c77d0a3ba5d57e348R43
However, before we can do this we need to update the linux system SDK (this file in specific) to regenerate the wayland-protocol sources matching the way GLFW now does it (since it has changed.) Something like this code: https://sourcegraph.com/github.com/glfw/glfw@d3ede7b6847b66cf30b067214b2b4b126d4c729b/-/blob/src/CMakeLists.txt?L81-93
The problem right now is various
-code.hheaders are missing.Shouldn't we close this issue now?
@PiergiorgioZagaria is right. this can be closed now