2440dccc67
https://github.com/KhronosGroup/glslang/blob/16.1.0/CHANGES.md Supports spirv-{headers, tools} version 1.4.335.0: https://github.com/KhronosGroup/glslang/commit/209b675bf0c0d82c0e536bcb3cb7e1011957dd59 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.1.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))
|