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

menuconfig GIFLIB
	tristate
	prompt "giflib                        "
	help
	  GIFLIB is a package of portable tools and library routines for working with GIF images.

if GIFLIB

config GIFLIB_TOOLS
	bool "install gif tools"
	help
	  giftext gif2rgb gifinto gifecho
	  gifbuild giftool giffix gifclrmp

endif # GIFLIB