aboutsummaryrefslogtreecommitdiffstats
path: root/package/libelf/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libelf/Config.in')
-rw-r--r--package/libelf/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libelf/Config.in b/package/libelf/Config.in
index d5a25711a3..915632ebf4 100644
--- a/package/libelf/Config.in
+++ b/package/libelf/Config.in
@@ -1,9 +1,10 @@
config BR2_PACKAGE_LIBELF
- tristate "libelf - ELF object file access library"
+ prompt "libelf............................ ELF object file access library"
+ tristate
default m if CONFIG_DEVEL
help
This is the public release of libelf-0.8.5, a free ELF object
file access library.
http://www.stud.uni-hannover.de/~michael/software/
-
+
background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
config BR2_PACKAGE_MPD
	tristate "MPD - Music Player Daemon"
	default m if CONFIG_DEVEL
	help
		MPD is a music player supporting flac, mp3 and ogg files.
		It is typically controlled over a network using one of it's many
		clients including mpc(console), gmpc(gnome), phpmp(php) etc.

config BR2_PACKAGE_MPD_MP3
	bool "MP3 Support - Enable mp3 support"
	default y
	depends BR2_PACKAGE_MPD
	select BR2_PACKAGE_LIBMAD
	select BR2_PACKAGE_LIBID3TAG
	help
		Enable mp3 support (libmad).

config BR2_PACKAGE_MPD_OGG
	bool "OGG Support - Enable ogg support"
	default y
	depends BR2_PACKAGE_MPD
	select BR2_PACKAGE_LIBVORBISIDEC
	help
		Enable ogg support (tremor).

config BR2_PACKAGE_MPD_FLAC
	bool "FLAC Support - Enable flac support"
	default n
	depends BR2_PACKAGE_MPD
	select BR2_PACKAGE_LIBFLAC
	help
		Enable flac support (libflac).