Files
rpi-buildroot/package/python-glslang/python-glslang.mk
Bernd Kuhls 27a38cbcad package/python-glslang: fix host-python3 dependency
python-glslang is a host-only package and the host-python3 dependency
was wrongly added as target dependency with buildroot commit
f9fe0cf8f6.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-06-15 12:31:56 +02:00

14 lines
461 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
HOST_PYTHON_GLSLANG_DEPENDENCIES = host-python3
$(eval $(host-cmake-package))