2
1

Config.in 327 B

1234567891011
  1. config BR2_PACKAGE_FBV
  2. bool "fbv"
  3. select BR2_PACKAGE_LIBPNG
  4. select BR2_PACKAGE_JPEG
  5. select BR2_PACKAGE_LIBUNGIF
  6. help
  7. fbv is a very simple graphic file viewer for the framebuffer console,
  8. capable of displaying GIF, JPEG, PNG and BMP files using libungif,
  9. libjpeg and libpng.
  10. http://freshmeat.net/projects/fbv/