summaryrefslogtreecommitdiffstats
path: root/rules/glslang.in
blob: 5280397b8ffb433d8e56e67b479820950280093c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## SECTION=multimedia_libs

menuconfig GLSLANG
	tristate
	prompt "glslang                       "
	select HOST_CMAKE
	select HOST_SYSTEM_PYTHON3
	select SPIRV_TOOLS
	help
	  Khronos-reference SPIR-V generator

if GLSLANG

config GLSLANG_TOOLS
	bool
	prompt "install tools"
	select GLSLANG_LIBS
	help
	  Install glslangValidator and spirv-remap tools.

config GLSLANG_LIBS
	bool
	prompt "install shared libraries"
	help
	  Install libglslang, libHLSL, libSPIRV, and libSPVRemapper shared
	  libraries.

endif