The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / fbv / Config.in
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.
7
8           http://freshmeat.net/projects/fbv/
9
10 if BR2_PACKAGE_FBV
11
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.
18
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.
25
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.
32
33 endif # BR2_PACKAGE_FBV