Add glslang to dependencies

It contains glslangValidator, which is needed for building.
This commit is contained in:
xDShot 2018-01-13 19:59:39 +03:00 committed by xDShot
parent 745ded47e0
commit 27014293c3
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ For the current status of the project, please refer to the [project wiki](https:
- [wine-staging](https://wine-staging.com/) for Vulkan support
- [Meson](http://mesonbuild.com/) build system
- [MinGW64](http://mingw-w64.org/) compiler and headers
- [glslang](https://github.com/KhronosGroup/glslang) front end and validator
### Building DLLs
Inside the dxvk directory, run: