Files
rpi-buildroot/package/python-glslang/python-glslang.mk
Bernd Kuhls 80ccde6308 package/python-glslang: bump version to 16.0.0
Release notes:
https://github.com/KhronosGroup/glslang/releases/tag/15.4.0
https://github.com/KhronosGroup/glslang/releases/tag/16.0.0

Updated license hash due to upstream commit:
e70645c457

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-17 18:28:54 +02:00

18 lines
569 B
Makefile

################################################################################
#
# python-glslang
#
################################################################################
PYTHON_GLSLANG_VERSION = 16.0.0
PYTHON_GLSLANG_SITE = $(call github,KhronosGroup,glslang,$(PYTHON_GLSLANG_VERSION))
PYTHON_GLSLANG_LICENSE = BSD-3-Clause
PYTHON_GLSLANG_LICENSE_FILES = LICENSE.txt
HOST_PYTHON_GLSLANG_DEPENDENCIES = host-python3 host-spirv-tools
HOST_PYTHON_GLSLANG_CONF_OPTS += \
-DALLOW_EXTERNAL_SPIRV_TOOLS=ON \
-DGLSLANG_TESTS=OFF
$(eval $(host-cmake-package))