summaryrefslogtreecommitdiffstats
path: root/rules/fbv.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/fbv.in')
-rw-r--r--rules/fbv.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/rules/fbv.in b/rules/fbv.in
new file mode 100644
index 000000000..eff2b91a7
--- /dev/null
+++ b/rules/fbv.in
@@ -0,0 +1,33 @@
+## SECTION=multimedia_framebuffer
+
+config 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
+
+config FBV_UNGIF
+ bool
+ prompt "(un)gif support"
+
+config FBV_JPEG
+ bool
+ prompt "jpeg support"
+
+config FBV_BMP
+ bool
+ prompt "bmp support"
+
+endif
+