summaryrefslogtreecommitdiffstats
path: root/rules/libconfuse.in
blob: 2ea0ae7ca0316d5d60745cba6a9b4834108d3e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=system_libraries
menuconfig LIBCONFUSE
	tristate
	prompt "libconfuse                    "
	help
	  This is libConfuse, a library for parsing configuration files. It was
	  called libcfg before, but was changed to not confuse with other
	  similar libraries.

	  There is a project page at http://sv.nongnu.org/projects/confuse.
	  Report bugs to <confuse-devel@nongnu.org>

config LIBCONFUSE_STATIC
	bool
	depends on LIBCONFUSE
	prompt "build static only"
	help
	  Build a static only version of this library. This makes sense if only
	  one program will use this library on the target and it makes more
	  sense if a CPU with low register count (like x86) is in use.