f9fe0cf8f6
Needed for mesa3d 22.3.x. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
456 B
Makefile
14 lines
456 B
Makefile
################################################################################
|
|
#
|
|
# python-glslang
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GLSLANG_VERSION = 11.13.0
|
|
PYTHON_GLSLANG_SITE = $(call github,KhronosGroup,glslang,$(PYTHON_GLSLANG_VERSION))
|
|
PYTHON_GLSLANG_LICENSE = BSD-3-Clause
|
|
PYTHON_GLSLANG_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_GLSLANG_DEPENDENCIES = host-python3
|
|
|
|
$(eval $(host-cmake-package))
|