summaryrefslogtreecommitdiffstats
path: root/package/python-lxml/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-03-02 23:26:20 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-03-02 23:26:20 +0100
commit7403ea730d75ce0af51cb1bd5665674bb5bfae42 (patch)
treed93cc0b4a8878d90ab0bb79c76d75805ee1c2a9d /package/python-lxml/Config.in
parent1021766976319b40e64ca8dee12d21c758197801 (diff)
parente6803b9f91357773154daed13d6e83712d49476c (diff)
downloadbuildroot-7403ea730d75ce0af51cb1bd5665674bb5bfae42.tar.gz
buildroot-7403ea730d75ce0af51cb1bd5665674bb5bfae42.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-lxml/Config.in')
-rw-r--r--package/python-lxml/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-lxml/Config.in b/package/python-lxml/Config.in
new file mode 100644
index 0000000000..1ccaa5e387
--- /dev/null
+++ b/package/python-lxml/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PYTHON_LXML
+ bool "python-lxml"
+ select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_LIBXSLT
+ select BR2_PACKAGE_ZLIB
+ help
+ The lxml XML toolkit is a Pythonic binding for the C libraries
+ libxml2 and libxslt.
+
+ http://lxml.de/
OpenPOWER on IntegriCloud