kumquat-buildroot/package/python-glslang/python-glslang.mk
Bernd Kuhls f9fe0cf8f6 package/python-glslang: add new host package
Needed for mesa3d 22.3.x.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-03-11 14:05:49 +01:00

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))