summaryrefslogtreecommitdiffstats
path: root/rules/fbv.in
diff options
context:
space:
mode:
authorGuillermo Rodríguez <guille.rodriguez@gmail.com>2018-10-05 13:31:39 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-05 23:58:56 +0200
commit841aa7b282b491f438e6bb1d314972199c5cf096 (patch)
treeee71b4f7bab0ca41d1efc2eb84a405a8524b2867 /rules/fbv.in
parent2c999beb94c8fdada1211eb676f7e69c42ac0405 (diff)
downloadptxdist-841aa7b282b491f438e6bb1d314972199c5cf096.tar.gz
ptxdist-841aa7b282b491f438e6bb1d314972199c5cf096.tar.xz
fbv: Restored package
Had been removed after one year in staging, but the reasons for removal seem to be fixed; the package now builds correctly with latest libpng, and upstream is alive. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/fbv.in')
-rw-r--r--rules/fbv.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/rules/fbv.in b/rules/fbv.in
new file mode 100644
index 000000000..d66e11d70
--- /dev/null
+++ b/rules/fbv.in
@@ -0,0 +1,21 @@
+### SECTION=multimedia_framebuffer
+
+menuconfig FBV
+ tristate
+ select LIBPNG if FBV_PNG
+ prompt "fbv "
+ 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. The image can be shown either in fit-to-screen or
+ panning mode in 8, 15/16, and 32bpp.
+
+if FBV
+
+config FBV_PNG
+ bool
+ prompt "png support"
+ default y
+
+endif
+