summaryrefslogtreecommitdiffstats
path: root/rules/libmng.in
blob: e824dc2e4fefc89932fb72535619b0dbcfb1dcd4 (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=system_libraries

config LIBMNG
	tristate
	prompt "libmng"
	select ZLIB
	select LCMS if LIBMNG_LCMS
	select LIBJPEG if LIBMNG_JPEG
	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_JPEG
	bool
	prompt "jpeg support"

config LIBMNG_LCMS
	bool
	prompt "lcms support"

endif