board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / fbv / Config.in
blob3160a855526b72cc75c059123c87d711273907c4
1 config BR2_PACKAGE_FBV
2         bool "fbv"
3         help
4           fbv is a very simple graphic file viewer for the framebuffer console,
5           capable of displaying GIF, JPEG, PNG and BMP files using libungif,
6           libjpeg and libpng.
8           http://freshmeat.net/projects/fbv/
10 if BR2_PACKAGE_FBV
12 config BR2_PACKAGE_FBV_PNG
13         bool "PNG support"
14         default y
15         select BR2_PACKAGE_LIBPNG
16         help
17           Enable support for PNG using libpng.
19 config BR2_PACKAGE_FBV_JPEG
20         bool "JPEG support"
21         default y
22         select BR2_PACKAGE_JPEG
23         help
24           Enable support for JPEG using IJG's libjpeg.
26 config BR2_PACKAGE_FBV_GIF
27         bool "GIF support"
28         default y
29         select BR2_PACKAGE_GIFLIB
30         help
31           Enable support for GIF using giflib.
33 endif # BR2_PACKAGE_FBV