4683420c4c
'default n' is the default, so there's no need to say it explicitly.
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
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/
|