summaryrefslogtreecommitdiff
path: root/packages/textproc/libxml2/libxml2.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/textproc/libxml2/libxml2.kconfig')
-rw-r--r--packages/textproc/libxml2/libxml2.kconfig49
1 files changed, 49 insertions, 0 deletions
diff --git a/packages/textproc/libxml2/libxml2.kconfig b/packages/textproc/libxml2/libxml2.kconfig
new file mode 100644
index 0000000..b1166de
--- /dev/null
+++ b/packages/textproc/libxml2/libxml2.kconfig
@@ -0,0 +1,49 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file libxml.kconfig
+# \brief libxml.kconfig of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date December 2009
+################################################################################
+
+config EMBTK_HAVE_LIBXML2
+ bool "Have libxml2"
+ select KEMBTK_UCLIBC_UCLIBC_HAS_FLOATS if EMBTK_CLIB_UCLIBC
+ select KEMBTK_UCLIBC_DO_C99_MATH if EMBTK_CLIB_UCLIBC
+ help
+ libxml2
+choice
+ prompt "libxml version you wish"
+ depends on EMBTK_HAVE_LIBXML2
+ help
+ Here you can choose which version of libxml2 you want to use.
+
+ config EMBTK_LIBXML2_VERSION_2_7_7
+ bool "libxml2-2.7.7"
+endchoice
+
+config EMBTK_LIBXML2_VERSION_STRING
+ string
+ default "2.7.7" if EMBTK_LIBXML2_VERSION_2_7_7
+
+config EMBTK_LIBXML2_NEED_PATCH
+ bool
+config EMBTK_LIBXML2_NEED_AUTORECONF
+ bool