You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
We should only include the vendored headers for Wayland and libdecor-0 when we use `so_wrap`, i.e. when we *don't* build against system libraries. The libdecor-0 pkg-config file includes the `libdecor-0/` prefix already, so its header should be included without it, and likewise in our so wrappers. Fixes #102671.