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

menuconfig LIBMNG
	tristate
	prompt "libmng                        "
	select ZLIB
	select LCMS		if LIBMNG_LCMS
	select LIBJPEG
	help
	  libmng is the official MNG reference library.
	  MNG (Multiple-image Network Graphics) is a public graphics file
	  format for animated images.

if LIBMNG

config LIBMNG_LCMS
	bool
	prompt "lcms support"

endif