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>
18 lines
569 B
Makefile
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))
|