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

menuconfig FBV
	tristate
	select LIBPNG if FBV_PNG
	prompt "fbv                           "
	help
	  fbv is a very simple graphic file viewer for the framebuffer console,
	  capable of displaying GIF, JPEG, PNG and BMP files using libungif,
	  libjpeg, and libpng. The image can be shown either in fit-to-screen or
	  panning mode in 8, 15/16, and 32bpp.

if FBV

config FBV_PNG
	bool
	prompt "png support"
	default y

endif