diff options
author | Vellemans Noel <noel.vellemans@visionbms.com> | 2012-11-17 12:24:00 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-17 23:41:41 +0100 |
commit | e445f54bc74ea762a2444cf92be0864e639027a3 (patch) | |
tree | 1bf5c17a7cad9a309aa4a3de70984fbaa7d592a4 /package/libxml2/Config.in | |
parent | cd4d6ff77cdabe60f3dd185d4101cb70eafb25a7 (diff) | |
download | buildroot-novena-e445f54bc74ea762a2444cf92be0864e639027a3.tar.gz buildroot-novena-e445f54bc74ea762a2444cf92be0864e639027a3.zip |
libxml2: add support for building host library with python support
Patch based on the initial work of Will Wagner (Thanks Will).
libxml2 host library with python support is required to build mesa3d (7.10.1)
Signed-off-by: Vellemans Noel <noel.vellemans@visionbms.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxml2/Config.in')
-rw-r--r-- | package/libxml2/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libxml2/Config.in b/package/libxml2/Config.in index ebd63fe54..ea62663dd 100644 --- a/package/libxml2/Config.in +++ b/package/libxml2/Config.in @@ -4,3 +4,6 @@ config BR2_PACKAGE_LIBXML2 XML C Parser http://xmlsoft.org/ + +config BR2_PACKAGE_HOST_LIBXML2_PYTHON + bool
\ No newline at end of file |