scripts/gen-license.py: Get version from glslang subproj

This commit is contained in:
Matt Borgerson 2025-01-26 01:54:34 -07:00 committed by mborgerson
parent fde688f6e2
commit 73e1acfd92
1 changed files with 6 additions and 12 deletions

View File

@ -261,6 +261,12 @@ Lib('SPIRV-Reflect', 'https://github.com/KhronosGroup/SPIRV-Reflect',
submodule=Submodule('subprojects/SPIRV-Reflect.wrap')
),
Lib('glslang', 'https://github.com/KhronosGroup/glslang',
bsd_3clause, 'https://raw.githubusercontent.com/KhronosGroup/glslang/main/LICENSE.txt',
ships_static=all_platforms,
submodule=Submodule('subprojects/glslang.wrap')
),
#
# Data files included with xemu
#
@ -374,18 +380,6 @@ Lib('miniz', 'https://github.com/richgel999/miniz',
ships_static={windows}, platform={windows},
version='2.1.0'
),
Lib('glslang', 'https://github.com/KhronosGroup/glslang',
bsd_3clause, 'https://raw.githubusercontent.com/KhronosGroup/glslang/main/LICENSE.txt',
ships_static={windows}, platform={windows},
version='14.3.0'
),
Lib('SPIRV-Tools', 'https://github.com/KhronosGroup/SPIRV-Tools',
apache2, 'https://raw.githubusercontent.com/KhronosGroup/SPIRV-Tools/main/LICENSE',
ships_static={windows}, platform={windows},
pkgconfig=PkgConfig('SPIRV-Tools')
),
]
def gen_license():