Add glslangValidator module

The version in the flatpak runtime doesn't recognize `--quiet`
This commit is contained in:
gal20
2021-01-27 09:18:41 +02:00
parent a1072cec10
commit 4fe1d4d53c

View File

@@ -242,6 +242,22 @@ cat > /tmp/org.yuzu.$REPO_NAME.json <<EOF
}
]
},
{
"name": "glslang",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DENABLE_SPVREMAPPER=OFF",
"-DENABLE_GLSLANG_JS=OFF"
],
"sources": [
{
"type": "git",
"url": "https://github.com/KhronosGroup/glslang.git"
}
]
},
{
"name": "yuzu",
"buildsystem": "cmake-ninja",