mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/KhronosGroup/glslang/blob/16.1.0/CHANGES.md
Supports spirv-{headers, tools} version 1.4.335.0:
209b675bf0
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))
|