summaryrefslogtreecommitdiffstats
path: root/rules/libconfuse.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-04-25 21:54:10 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-04-25 21:54:10 +0000
commit28ec68095b238245f4b911cefcda0f25063dc83b (patch)
tree6c6be01a5efbd531e2aa7fa2dbb90a95e17fe76c /rules/libconfuse.in
parent2f568e7654bb3cb3eaa5bd1f7aafb120dd9354ad (diff)
downloadptxdist-28ec68095b238245f4b911cefcda0f25063dc83b.tar.gz
ptxdist-28ec68095b238245f4b911cefcda0f25063dc83b.tar.xz
* libconfuse: New package added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8107 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libconfuse.in')
-rw-r--r--rules/libconfuse.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/libconfuse.in b/rules/libconfuse.in
new file mode 100644
index 000000000..2610ca182
--- /dev/null
+++ b/rules/libconfuse.in
@@ -0,0 +1,19 @@
+menuconfig LIBCONFUSE
+ bool "libconfuse "
+ default n
+ 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 count register (like x86) is in use.