mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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.