Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: work around yet more glslang braindeath
Simple work-around to KhronosGroup/glslang#1959 is to simply brute force `/usr/include/glslang` into our include path, that way the SPIRV includes will continue working as-is. (We also add a separate line to help with use cases like e.g. VLC where the location of the glslang headers are relative to the build prefix) We do it hackily by directly accessing the compiler flags because these directories may not necessarily exist, and meson doesn't like using `include_directories` with nonexistant paths.
- Loading branch information