buildroot/package/fbv/Config.in

13 lines
338 B
Plaintext
Raw Normal View History

2007-07-23 10:59:10 +02:00
config BR2_PACKAGE_FBV
bool "fbv"
default n
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/