blob: ea544016805821756fe4c3968ef956f687d726b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_FBV
bool "fbv"
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBUNGIF
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.
http://freshmeat.net/projects/fbv/
|