Skip to content
Snippets Groups Projects
Commit d3a25695 authored by Niklas Haas's avatar Niklas Haas
Browse files

meson: work around yet more glslang braindeath

Simple work-around to https://github.com/KhronosGroup/glslang/issues/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.
parent f2178b8d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment