summaryrefslogtreecommitdiffstats
path: root/rules/shaderc.in
blob: 2c2328a4c980584ecfed12ac8d410e8b95dad290 (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
## SECTION=multimedia_libs

menuconfig SHADERC
	tristate
	prompt "shaderc                       "
	select HOST_CMAKE
	select HOST_SYSTEM_PYTHON3
	help
	  A collection of tools, libraries and tests for shader compilation.

if SHADERC

config SHADERC_GLSLC
	bool
	prompt "install glslc"
	help
	  Install glslc tool.

config SHADERC_LIBSHADERC
	bool
	prompt "install libshaderc"
	help
	  Install libshaderc shared library.

endif