summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
commit9875da768c97e359a8911b062efafd43e8c99f21 (patch)
tree3837a3a41c495e79e0cf5894e44b9be05abdb2d6 /rules/commoncpp2.in
parenta04bfaf9b27bbc0c6e79f02c5ede1335e7f13796 (diff)
downloadptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.gz
ptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.xz
* : tristate changes a-c.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8293 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/commoncpp2.in')
-rw-r--r--rules/commoncpp2.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/rules/commoncpp2.in b/rules/commoncpp2.in
index 6f3cab16e..146395be3 100644
--- a/rules/commoncpp2.in
+++ b/rules/commoncpp2.in
@@ -1,10 +1,11 @@
# GNU commoncpp 2 configuration
menuconfig COMMONCPP2
- bool
- prompt "CommonC++ 2 "
+ tristate
+ prompt "commonc++ 2 "
select ZLIB if COMMONCPP2_LIBZ
select LIBXML2 if COMMONCPP2_LIBXML2
+ select LIBXML2_PUSH if COMMONCPP2_LIBXML2
help
GNU Common C++ is a portable and highly optimized class
framework for writing C++ applications that need to use threads,
@@ -14,14 +15,14 @@ menuconfig COMMONCPP2
http://www.gnu.org/software/commoncpp/
+if COMMONCPP2
+
config COMMONCPP2_LIBZ
bool
prompt "enable libz compression"
- depends on COMMONCPP2
config COMMONCPP2_LIBXML2
bool
prompt "enable libxml2 parser"
- depends on COMMONCPP2
- select LIBXML2_PUSH
+endif