pass HOST_ variables, not BUILD_
[buildroot.git] / package / fbv / Config.in
blob34dd4565b86b79b22ea6ad56f69ffc33193b9ac6
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.
12           http://freshmeat.net/projects/fbv/