summaryrefslogtreecommitdiffstats
path: root/package/expat/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 04:24:44 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 04:24:44 +0000
commitec20fa7ee77bbea93d2fd15c7d68157590eae20a (patch)
tree49e3aa075b004865ed3af75ff612c21828dddaee /package/expat/Config.in
parente1a3258d5b696b4cefb7e0da57b7903b3a1115b9 (diff)
add expat package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/expat/Config.in')
-rw-r--r--package/expat/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/expat/Config.in b/package/expat/Config.in
new file mode 100644
index 000000000..4c47dccc1
--- /dev/null
+++ b/package/expat/Config.in
@@ -0,0 +1,16 @@
+config BR2_COMPILE_EXPAT
+ bool
+ default n
+ depends BR2_PACKAGE_LIBEXPAT
+
+config BR2_PACKAGE_LIBEXPAT
+ tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_COMPILE_EXPAT
+ help
+ A fast, non-validating, stream-oriented XML parsing library
+
+ http://expat.sourceforge.net/
+
+