summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-02-27 16:34:58 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-02-27 16:34:58 +0000
commit29103ed35bd7671410ed877bfc538d3b2e3f74ae (patch)
treed09b549482c42cb603a1053fde86a71feabd9b95 /rules/commoncpp2.in
parent226697e4c1d713f0ee9fe7bc633ee5dfe8bb8edf (diff)
downloadptxdist-29103ed35bd7671410ed877bfc538d3b2e3f74ae.tar.gz
ptxdist-29103ed35bd7671410ed877bfc538d3b2e3f74ae.tar.xz
* commoncpp2.in, commoncpp2.make:
add options for libxml2 and libz git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4786 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/commoncpp2.in')
-rw-r--r--rules/commoncpp2.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/rules/commoncpp2.in b/rules/commoncpp2.in
index e2b7f837e..1cbb2e502 100644
--- a/rules/commoncpp2.in
+++ b/rules/commoncpp2.in
@@ -1,8 +1,10 @@
# GNU commoncpp 2 configuration
menuconfig COMMONCPP2
- bool
+ bool
prompt "CommonC++ 2 "
+ select ZLIB if COMMONCPP2_LIBZ
+ select LIBXML2 if COMMONCPP2_LIBXML2
help
GNU Common C++ is a portable and highly optimized class
framework for writing C++ applications that need to use threads,
@@ -12,3 +14,13 @@ menuconfig COMMONCPP2
http://www.gnu.org/software/commoncpp/
+config COMMONCPP2_LIBZ
+ bool
+ prompt "enable libz compression"
+ depends on COMMONCPP2
+
+config COMMONCPP2_LIBXML2
+ bool
+ prompt "enable libxml2 parser"
+ depends on COMMONCPP2
+