• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/fbv/Config.in
Bernd KuhlsBernd Kuhls committed be5a77ef26729 Jan 2015
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_FBV
2
    bool "fbv"
3
    help
4
      fbv is a very simple graphic file viewer for the framebuffer console,
5
      capable of displaying GIF, JPEG, PNG and BMP files using libungif,
6
      libjpeg and libpng.
7
​
8
      http://freshmeat.net/projects/fbv/
9
​
10
if BR2_PACKAGE_FBV
11
​
12
config BR2_PACKAGE_FBV_PNG
13
    bool "PNG support"
14
    default y
15
    select BR2_PACKAGE_LIBPNG
16
    help
17
      Enable support for PNG using libpng.
18
​
19
config BR2_PACKAGE_FBV_JPEG
20
    bool "JPEG support"
21
    default y
22
    select BR2_PACKAGE_JPEG
23
    help
24
      Enable support for JPEG using IJG's libjpeg.
25
​
26
config BR2_PACKAGE_FBV_GIF
27
    bool "GIF support"
28
    default y
29
    select BR2_PACKAGE_GIFLIB
30
    help
31
      Enable support for GIF using giflib.
32
​
33
endif # BR2_PACKAGE_FBV
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.