mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
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 commitf9fe0cf8f6. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit27a38cbcad) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
5c96f8d7f8
commit
a3b39cf383
@@ -8,6 +8,6 @@ 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
|
||||
HOST_PYTHON_GLSLANG_DEPENDENCIES = host-python3
|
||||
|
||||
$(eval $(host-cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user