mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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))
|