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>
This commit is contained in:
parent
1c89f36821
commit
f9fe0cf8f6
@ -439,6 +439,7 @@ F: package/pound/
|
||||
F: package/pure-ftpd/
|
||||
F: package/python-couchdb/
|
||||
F: package/python-cssutils/
|
||||
F: package/python-glslang/
|
||||
F: package/python-mwclient/
|
||||
F: package/python-mwscrape/
|
||||
F: package/python-mwscrape2slob/
|
||||
|
3
package/python-glslang/python-glslang.hash
Normal file
3
package/python-glslang/python-glslang.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 592c98aeb03b3e81597ddaf83633c4e63068d14b18a766fd11033bad73127162 python-glslang-11.13.0.tar.gz
|
||||
sha256 adb783e734e906d1f46db5df29991dbde84bdb0ceab502ac2febb44fe3c2b5f4 LICENSE.txt
|
13
package/python-glslang/python-glslang.mk
Normal file
13
package/python-glslang/python-glslang.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
Loading…
Reference in New Issue
Block a user