summaryrefslogtreecommitdiff
path: root/package/expat/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/expat/Config.in')
-rw-r--r--package/expat/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/expat/Config.in b/package/expat/Config.in
new file mode 100644
index 000000000..861777a94
--- /dev/null
+++ b/package/expat/Config.in
@@ -0,0 +1,14 @@
+config ADK_COMPILE_EXPAT
+ tristate
+ default n
+ depends ADK_PACKAGE_LIBEXPAT
+
+config ADK_PACKAGE_LIBEXPAT
+ prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library"
+ tristate
+ default n
+ select ADK_COMPILE_EXPAT
+ help
+ A fast, non-validating, stream-oriented XML parsing library
+
+ http://expat.sourceforge.net/