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

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