summaryrefslogtreecommitdiffstats
path: root/rules/libxmlconfig.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-07-22 08:29:28 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-07-22 08:29:28 +0000
commit3b87a00caaeaca6da01ed136e90d0147e1b15029 (patch)
tree8ec8e5e6122cc0b07ec4eed6875afde5ce9b1f28 /rules/libxmlconfig.in
parentb08fb437bc16c563b8918e4cec370fd6e16ae3bc (diff)
downloadptxdist-3b87a00caaeaca6da01ed136e90d0147e1b15029.tar.gz
ptxdist-3b87a00caaeaca6da01ed136e90d0147e1b15029.tar.xz
fixed libxmlconfig: compiles now
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2977 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxmlconfig.in')
-rw-r--r--rules/libxmlconfig.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/libxmlconfig.in b/rules/libxmlconfig.in
index 1ee3e1413..2984b409b 100644
--- a/rules/libxmlconfig.in
+++ b/rules/libxmlconfig.in
@@ -2,6 +2,7 @@ menuconfig LIBXMLCONFIG
bool
default N
prompt "libxmlconfig"
+ select LIBXML2
help
libxmlconfig is a helper library which lets you pull config
information out of XML files by using XPath queries. For more