Add support for rtti in glslang port (#32541)

Co-authored-by: Martijn Otto <martijn@resolume.com>
This commit is contained in:
omartijn 2023-08-07 18:59:24 +02:00 committed by GitHub
parent af5230dab1
commit ec183f8ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 1 deletions

View File

@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
tools ENABLE_GLSLANG_BINARIES
rtti ENABLE_RTTI
)
if (ENABLE_GLSLANG_BINARIES)

View File

@ -1,6 +1,7 @@
{
"name": "glslang",
"version": "12.2.0",
"port-version": 1,
"description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.",
"homepage": "https://github.com/KhronosGroup/glslang",
"license": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later",
@ -15,6 +16,9 @@
}
],
"features": {
"rtti": {
"description": "Build with dynamic typeinfo"
},
"tools": {
"description": "Build the glslangValidator and spirv-remap binaries",
"supports": "!ios"

View File

@ -2930,7 +2930,7 @@
},
"glslang": {
"baseline": "12.2.0",
"port-version": 0
"port-version": 1
},
"glui": {
"baseline": "2019-11-30",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "796a20fde44858a311783328a0555813894631bb",
"version": "12.2.0",
"port-version": 1
},
{
"git-tree": "aaa917d7743ac6e466f2d4ecf20b5745cd44fe98",
"version": "12.2.0",