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

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