summaryrefslogtreecommitdiffstats
path: root/rules/libxmlconfig.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-01-10 22:47:07 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-01-10 22:47:07 +0000
commitf3ea0f18c81c66241bb3d5b54e202708a418fca4 (patch)
tree339f2bf401674f048297eb76567395d5ac41ffeb /rules/libxmlconfig.in
parent6df72331cf5b0c353fb9d3c54ee0d8dfd63506ac (diff)
downloadptxdist-f3ea0f18c81c66241bb3d5b54e202708a418fca4.tar.gz
ptxdist-f3ea0f18c81c66241bb3d5b54e202708a418fca4.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3778 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxmlconfig.in')
-rw-r--r--rules/libxmlconfig.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/libxmlconfig.in b/rules/libxmlconfig.in
index 96e190786..4b8505557 100644
--- a/rules/libxmlconfig.in
+++ b/rules/libxmlconfig.in
@@ -2,7 +2,8 @@ menuconfig LIBXMLCONFIG
bool
default N
prompt "libxmlconfig "
- select LIBXML2 LIBLIST
+ select LIBXML2
+ select LIBLIST
help
libxmlconfig is a helper library which lets you pull config
information out of XML files by using XPath queries. For more