Config.in 338 B

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