summaryrefslogtreecommitdiffstats
path: root/rules/host-mesalib.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-09-30 12:31:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-09-30 12:31:07 +0200
commit9e2924e2c71431603bec424217aac41f2d1fca8d (patch)
tree4bdc58aa8e201302cf1f4e7e57327900d8605859 /rules/host-mesalib.in
parentbca561381d7c0598744c2c3a7e332ae90e43a53f (diff)
downloadptxdist-9e2924e2c71431603bec424217aac41f2d1fca8d.tar.gz
ptxdist-9e2924e2c71431603bec424217aac41f2d1fca8d.tar.xz
host-mesalib: needs python with libxml2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-mesalib.in')
-rw-r--r--rules/host-mesalib.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-mesalib.in b/rules/host-mesalib.in
index 6e64e0bf9..1627c519f 100644
--- a/rules/host-mesalib.in
+++ b/rules/host-mesalib.in
@@ -3,3 +3,5 @@
config HOST_MESALIB
tristate
select HOST_MAKEDEPEND
+ select HOST_SYSTEM_PYTHON
+ select HOST_SYSTEM_PYTHON_XML2