summaryrefslogtreecommitdiffstats
path: root/rules/lcms.in
blob: 743caedbc97bbe494a8e5daae7258eedd4aeef83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=multimedia_libs

menuconfig LCMS
	tristate
	prompt "lcms                          "
	select LIBC_M
	help
	  LittleCMS intends to be a small-footprint, speed
	  optimized color management engine in open source form.

if LCMS

config LCMS_BIN
	bool "install tools"
	help
	  Install transicc, psicc, linkicc

endif